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