[][src]Trait bittyset::BitBlock

pub trait BitBlock: Default + Eq + Hash + PrimInt + BitOrAssign + BitAndAssign + BitXorAssign { }

A trait for representing elements of the underlying bit vector of BitSet.

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]

impl BitBlock for usize[src]

Loading content...

Implementors

Loading content...