pub enum OED_A {
_0 = 0,
_1 = 1,
}Expand description
Output Data Endian
Value on reset: 0
Variants§
_0 = 0
0: Endian formats are the same between the chip and input data.
_1 = 1
1: Endian formats are different between the chip and input data.
Trait Implementations§
impl Copy for OED_A
impl Eq for OED_A
impl StructuralPartialEq for OED_A
Auto Trait Implementations§
impl Freeze for OED_A
impl RefUnwindSafe for OED_A
impl Send for OED_A
impl Sync for OED_A
impl Unpin for OED_A
impl UnwindSafe for OED_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