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