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