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