pub struct ThreeBits;Expand description
Helper type for semantic-free values of fixed width
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThreeBits
impl RefUnwindSafe for ThreeBits
impl Send for ThreeBits
impl Sync for ThreeBits
impl Unpin for ThreeBits
impl UnwindSafe for ThreeBits
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