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