[][src]Trait bitarray::BitsIn

pub trait BitsIn {
    type Output;
}

Traits for determing how many bits a primitive contains

Associated Types

type Output

Loading content...

Implementations on Foreign Types

impl BitsIn for u8[src]

type Output = U8

impl BitsIn for u16[src]

type Output = U16

impl BitsIn for u32[src]

type Output = U32

impl BitsIn for u64[src]

type Output = U64

impl BitsIn for usize[src]

type Output = U64

Loading content...

Implementors

Loading content...