#[repr(u8)]pub enum Bit0err {
BIT0_ERROR_NO = 0,
BIT0_ERROR_YES = 1,
}Variants§
BIT0_ERROR_NO = 0
No such occurrence.
BIT0_ERROR_YES = 1
At least one bit sent as dominant is received as recessive.
Implementations§
Trait Implementations§
Source§impl Ord for Bit0err
impl Ord for Bit0err
Source§impl PartialOrd for Bit0err
impl PartialOrd for Bit0err
impl Copy for Bit0err
impl Eq for Bit0err
impl StructuralPartialEq for Bit0err
Auto Trait Implementations§
impl Freeze for Bit0err
impl RefUnwindSafe for Bit0err
impl Send for Bit0err
impl Sync for Bit0err
impl Unpin for Bit0err
impl UnwindSafe for Bit0err
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