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