Trait rin::math::BaseInt[][src]

pub trait BaseInt: BaseNum + Shl<Self, Output = Self> + ShlAssign<Self> + Shr<Self, Output = Self> + ShrAssign<Self> { }

Implementations on Foreign Types

impl BaseInt for u64[src]

impl BaseInt for i8[src]

impl BaseInt for u16[src]

impl BaseInt for u32[src]

impl BaseInt for i16[src]

impl BaseInt for usize[src]

impl BaseInt for i32[src]

impl BaseInt for u8[src]

impl BaseInt for i64[src]

impl BaseInt for isize[src]

Loading content...

Implementors

Loading content...