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