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