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