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