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