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§

source

fn const_0() -> Self

source

fn const_1() -> Self

source

fn const_2() -> Self

Provided Methods§

source

fn frac_0() -> Fraction<Self>

source

fn frac_oo() -> Fraction<Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SbUnsignedInt for u8

source§

impl SbUnsignedInt for u16

source§

impl SbUnsignedInt for u32

source§

impl SbUnsignedInt for u64

source§

impl SbUnsignedInt for u128

source§

impl SbUnsignedInt for usize

source§

impl SbUnsignedInt for BigUint

Implementors§