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