#[repr(u8)]pub enum Insel {
Show 16 variants
DATIN0 = 0,
DATIN1 = 1,
DATIN2 = 2,
DATIN3 = 3,
DATIN0_DATOUT = 4,
DATIN1_DATOUT = 5,
DATIN2_DATOUT = 6,
DATIN3_DATOUT = 7,
DATOUT = 8,
OTHERS_9 = 9,
OTHERS_10 = 10,
OTHERS_11 = 11,
OTHERS_12 = 12,
OTHERS_13 = 13,
OTHERS_14 = 14,
OTHERS_15 = 15,
}Variants§
DATIN0 = 0
DATIN[0]
DATIN1 = 1
DATIN[1]*
DATIN2 = 2
DATIN[2]*
DATIN3 = 3
DATIN[3]*
DATIN0_DATOUT = 4
DATIN[0] ^ DATOUT
DATIN1_DATOUT = 5
DATIN[1] ^ DATOUT*
DATIN2_DATOUT = 6
DATIN[2] ^ DATOUT*
DATIN3_DATOUT = 7
DATIN[3] ^ DATOUT*
DATOUT = 8
DATOUT
OTHERS_9 = 9
others - DATIN[0] * - only if DATIN[num] exists, else [0]
OTHERS_10 = 10
others - DATIN[0] * - only if DATIN[num] exists, else [0]
OTHERS_11 = 11
others - DATIN[0] * - only if DATIN[num] exists, else [0]
OTHERS_12 = 12
others - DATIN[0] * - only if DATIN[num] exists, else [0]
OTHERS_13 = 13
others - DATIN[0] * - only if DATIN[num] exists, else [0]
OTHERS_14 = 14
others - DATIN[0] * - only if DATIN[num] exists, else [0]
OTHERS_15 = 15
others - DATIN[0] * - only if DATIN[num] exists, else [0]
Implementations§
Trait Implementations§
Source§impl Ord for Insel
impl Ord for Insel
Source§impl PartialOrd for Insel
impl PartialOrd for Insel
impl Copy for Insel
impl Eq for Insel
impl StructuralPartialEq for Insel
Auto Trait Implementations§
impl Freeze for Insel
impl RefUnwindSafe for Insel
impl Send for Insel
impl Sync for Insel
impl Unpin for Insel
impl UnwindSafe for Insel
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