pub struct BitField<const T: i128> {
pub bits: BitVector<T>,
}Fields§
§bits: BitVector<T>Implementations§
Trait Implementations§
impl<const T: i128> Copy for BitField<T>
impl<const T: i128> Eq for BitField<T>
impl<const T: i128> StructuralPartialEq for BitField<T>
Auto Trait Implementations§
impl<const T: i128> Freeze for BitField<T>
impl<const T: i128> RefUnwindSafe for BitField<T>
impl<const T: i128> Send for BitField<T>
impl<const T: i128> Sync for BitField<T>
impl<const T: i128> Unpin for BitField<T>
impl<const T: i128> UnwindSafe for BitField<T>
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