pub enum EllFormat {
FormatI,
FormatII,
FormatIII,
}Variants§
FormatI
Extended Link Layer I (2 bytes: CC, ACC)
FormatII
Extended Link Layer II (8 bytes: CC, ACC, SN[4], CRC[2])
FormatIII
Extended Link Layer III (16 bytes: CC, ACC, MFR[2], ADDR[6], SN[4], CRC[2])
Trait Implementations§
impl Copy for EllFormat
impl StructuralPartialEq for EllFormat
Auto Trait Implementations§
impl Freeze for EllFormat
impl RefUnwindSafe for EllFormat
impl Send for EllFormat
impl Sync for EllFormat
impl Unpin for EllFormat
impl UnsafeUnpin for EllFormat
impl UnwindSafe for EllFormat
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