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