#[repr(u8)]pub enum Nobyte {
IBIBYTE = 0,
NO_IBIBYTE = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Nobyte
impl Ord for Nobyte
Source§impl PartialOrd for Nobyte
impl PartialOrd for Nobyte
impl Copy for Nobyte
impl Eq for Nobyte
impl StructuralPartialEq for Nobyte
Auto Trait Implementations§
impl Freeze for Nobyte
impl RefUnwindSafe for Nobyte
impl Send for Nobyte
impl Sync for Nobyte
impl Unpin for Nobyte
impl UnwindSafe for Nobyte
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