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