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