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