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