[][src]Trait algebraics::traits::IntegerBits

pub trait IntegerBits {
    const BITS: usize;
    fn type_bits(&self) -> usize { ... }
}

Associated Constants

const BITS: usize

Loading content...

Provided methods

fn type_bits(&self) -> usize

returns Self::BITS

Loading content...

Implementations on Foreign Types

impl IntegerBits for u8[src]

impl IntegerBits for i8[src]

impl IntegerBits for u16[src]

impl IntegerBits for i16[src]

impl IntegerBits for u32[src]

impl IntegerBits for i32[src]

impl IntegerBits for u64[src]

impl IntegerBits for i64[src]

impl IntegerBits for u128[src]

impl IntegerBits for i128[src]

impl IntegerBits for usize[src]

impl IntegerBits for isize[src]

Loading content...

Implementors

Loading content...