Struct Onebit
#[repr(transparent)]pub struct Onebit(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Onebit
impl Ord for Onebit
§impl PartialOrd for Onebit
impl PartialOrd for Onebit
impl Copy for Onebit
impl Eq for Onebit
impl StructuralPartialEq for Onebit
Auto Trait Implementations§
impl Freeze for Onebit
impl RefUnwindSafe for Onebit
impl Send for Onebit
impl Sync for Onebit
impl Unpin for Onebit
impl UnwindSafe for Onebit
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