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