pub struct BitSize(/* private fields */);
Expand description
A bit size.
Implementations§
Trait Implementations§
impl Copy for BitSize
impl Eq for BitSize
impl StructuralPartialEq for BitSize
Auto Trait Implementations§
impl Freeze for BitSize
impl RefUnwindSafe for BitSize
impl Send for BitSize
impl Sync for BitSize
impl Unpin for BitSize
impl UnwindSafe for BitSize
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