Struct lim_bit_vec::BitVec
source · pub struct BitVec<T: UInt> {
pub array: T,
pub size: u8,
}
Fields§
§array: T
§size: u8
Implementations§
Trait Implementations§
source§impl<T: PartialEq + UInt> PartialEq<BitVec<T>> for BitVec<T>
impl<T: PartialEq + UInt> PartialEq<BitVec<T>> for BitVec<T>
impl<T: Copy + UInt> Copy for BitVec<T>
impl<T: UInt> StructuralPartialEq for BitVec<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for BitVec<T>where T: RefUnwindSafe,
impl<T> Send for BitVec<T>where T: Send,
impl<T> Sync for BitVec<T>where T: Sync,
impl<T> Unpin for BitVec<T>where T: Unpin,
impl<T> UnwindSafe for BitVec<T>where T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more