Struct Lec
#[repr(transparent)]pub struct Lec(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Lec
impl Lec
pub const NOERROR: Self
pub const NOERROR: Self
No Error
pub const STUFF: Self
pub const STUFF: Self
Stuff Error
pub const FORM: Self
pub const FORM: Self
Form Error
pub const ACK: Self
pub const ACK: Self
Acknowledgment Error
pub const BITRECESSIVE: Self
pub const BITRECESSIVE: Self
Bit recessive Error
pub const BITDOMINANT: Self
pub const BITDOMINANT: Self
Bit dominant Error
pub const CRC: Self
pub const CRC: Self
CRC Error
pub const CUSTOM: Self
pub const CUSTOM: Self
Set by software
Trait Implementations§
§impl Ord for Lec
impl Ord for Lec
§impl PartialOrd for Lec
impl PartialOrd for Lec
impl Copy for Lec
impl Eq for Lec
impl StructuralPartialEq for Lec
Auto Trait Implementations§
impl Freeze for Lec
impl RefUnwindSafe for Lec
impl Send for Lec
impl Sync for Lec
impl Unpin for Lec
impl UnwindSafe for Lec
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