pub struct Bits11(/* private fields */);Implementations§
Trait Implementations§
impl Copy for Bits11
Auto Trait Implementations§
impl Freeze for Bits11
impl RefUnwindSafe for Bits11
impl Send for Bits11
impl Sync for Bits11
impl Unpin for Bits11
impl UnwindSafe for Bits11
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