Trait rin::math::BaseInt [−][src]
pub trait BaseInt: BaseNum + Shl<Self, Output = Self> + ShlAssign<Self> + Shr<Self, Output = Self> + ShrAssign<Self> { }
pub trait BaseInt: BaseNum + Shl<Self, Output = Self> + ShlAssign<Self> + Shr<Self, Output = Self> + ShrAssign<Self> { }
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]