#[repr(u8)]pub enum Gtfsm {
Show 16 variants
GTFSM_0 = 0,
GTFSM_1 = 1,
GTFSM_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
GTFSM_0 = 0
The gate is unlocked (free).
GTFSM_1 = 1
The gate has been locked by processor 0.
GTFSM_2 = 2
The gate has been locked by processor 1.
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for Gtfsm
impl Ord for Gtfsm
Source§impl PartialOrd for Gtfsm
impl PartialOrd for Gtfsm
impl Copy for Gtfsm
impl Eq for Gtfsm
impl StructuralPartialEq for Gtfsm
Auto Trait Implementations§
impl Freeze for Gtfsm
impl RefUnwindSafe for Gtfsm
impl Send for Gtfsm
impl Sync for Gtfsm
impl Unpin for Gtfsm
impl UnwindSafe for Gtfsm
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