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