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