pub enum ENDIAN_A {
LITTLE = 0,
BIG = 1,
}
Expand description
On air endianness of packet, this applies to the S0, LENGTH, S1 and the PAYLOAD fields.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ENDIAN_A
impl StructuralPartialEq for ENDIAN_A
Auto Trait Implementations§
impl Freeze for ENDIAN_A
impl RefUnwindSafe for ENDIAN_A
impl Send for ENDIAN_A
impl Sync for ENDIAN_A
impl Unpin for ENDIAN_A
impl UnwindSafe for ENDIAN_A
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