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