[][src]Trait shine_graph::bits::BitBlock

pub trait BitBlock: PrimInt {
    fn bit_count() -> usize { ... }
fn bit_shift() -> usize { ... }
fn bit_mask() -> usize { ... }
fn trailing_bit_pos(&self) -> usize { ... } }

Provided methods

Loading content...

Implementations on Foreign Types

impl BitBlock for u8[src]

impl BitBlock for u16[src]

impl BitBlock for u32[src]

impl BitBlock for u64[src]

impl BitBlock for u128[src]

Loading content...

Implementors

Loading content...