#[repr(u8)]pub enum Cmdh7WaitTrig {
WAIT_TRIG_0 = 0,
WAIT_TRIG_1 = 1,
}Variants§
WAIT_TRIG_0 = 0
This command will be automatically executed.
WAIT_TRIG_1 = 1
The active trigger must be asserted again before executing this command.
Implementations§
Source§impl Cmdh7WaitTrig
impl Cmdh7WaitTrig
Trait Implementations§
Source§impl Clone for Cmdh7WaitTrig
impl Clone for Cmdh7WaitTrig
Source§fn clone(&self) -> Cmdh7WaitTrig
fn clone(&self) -> Cmdh7WaitTrig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Cmdh7WaitTrig
impl Debug for Cmdh7WaitTrig
Source§impl From<Cmdh7WaitTrig> for u8
impl From<Cmdh7WaitTrig> for u8
Source§fn from(val: Cmdh7WaitTrig) -> u8
fn from(val: Cmdh7WaitTrig) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Cmdh7WaitTrig
impl From<u8> for Cmdh7WaitTrig
Source§fn from(val: u8) -> Cmdh7WaitTrig
fn from(val: u8) -> Cmdh7WaitTrig
Converts to this type from the input type.
Source§impl Ord for Cmdh7WaitTrig
impl Ord for Cmdh7WaitTrig
Source§fn cmp(&self, other: &Cmdh7WaitTrig) -> Ordering
fn cmp(&self, other: &Cmdh7WaitTrig) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Cmdh7WaitTrig
impl PartialEq for Cmdh7WaitTrig
Source§impl PartialOrd for Cmdh7WaitTrig
impl PartialOrd for Cmdh7WaitTrig
impl Copy for Cmdh7WaitTrig
impl Eq for Cmdh7WaitTrig
impl StructuralPartialEq for Cmdh7WaitTrig
Auto Trait Implementations§
impl Freeze for Cmdh7WaitTrig
impl RefUnwindSafe for Cmdh7WaitTrig
impl Send for Cmdh7WaitTrig
impl Sync for Cmdh7WaitTrig
impl Unpin for Cmdh7WaitTrig
impl UnwindSafe for Cmdh7WaitTrig
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