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