[][src]Trait pow_of_2::UInt

pub trait UInt: Copy + Shl<Output = Self> + Display {
    fn one() -> Self;
fn from_u8(b: u8) -> Self; }

Required methods

fn one() -> Self

fn from_u8(b: u8) -> Self

Loading content...

Implementors

impl UInt for usize[src]

impl UInt for u8[src]

impl UInt for u16[src]

impl UInt for u32[src]

impl UInt for u64[src]

impl UInt for u128[src]

Loading content...