Trait nekolib_doc::math::SbUnsignedInt
source · pub trait SbUnsignedInt: Clone + Ord {
// Required methods
fn const_0() -> Self;
fn const_1() -> Self;
fn const_2() -> Self;
// Provided methods
fn frac_0() -> Fraction<Self> { ... }
fn frac_oo() -> Fraction<Self> { ... }
}
Required Methods§
Provided Methods§
Object Safety§
This trait is not object safe.