#[repr(transparent)]pub struct Gate13(pub u8);Expand description
Gate
Tuple Fields§
§0: u8Implementations§
Source§impl Gate13
impl Gate13
Sourcepub const fn gtfsm(&self) -> Gate13Gtfsm
pub const fn gtfsm(&self) -> Gate13Gtfsm
Gate Finite State Machine
Sourcepub const fn set_gtfsm(&mut self, val: Gate13Gtfsm)
pub const fn set_gtfsm(&mut self, val: Gate13Gtfsm)
Gate Finite State Machine
Trait Implementations§
impl Copy for Gate13
impl Eq for Gate13
impl StructuralPartialEq for Gate13
Auto Trait Implementations§
impl Freeze for Gate13
impl RefUnwindSafe for Gate13
impl Send for Gate13
impl Sync for Gate13
impl Unpin for Gate13
impl UnwindSafe for Gate13
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