Trait uints::UInt[][src]

pub trait UInt: Copy + Ord + Eq + Common + Sub<Output = Self> + Add<Output = Self> + AddAssign + Div<Output = Self> + DivAssign + Mul<Output = Self> + MulAssign + Rem<Output = Self> + Shl<u8, Output = Self> + ShlAssign<u8> + Shr<u8, Output = Self> + ShrAssign<u8> + BitOr<Output = Self> + BitOrAssign {
    fn remove(self, i: u8) -> Self { ... }
fn take(self, i: u8) -> Self { ... } }

Provided methods

fn remove(self, i: u8) -> Self[src]

fn take(self, i: u8) -> Self[src]

Loading content...

Implementations on Foreign Types

impl UInt for u8[src]

impl UInt for u32[src]

impl UInt for u64[src]

impl UInt for u128[src]

Loading content...

Implementors

Loading content...