#[repr(u8)]pub enum Trig6CtrlSwTrig {
SW_TRIG_0 = 0,
SW_TRIG_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Trig6CtrlSwTrig
impl Clone for Trig6CtrlSwTrig
Source§fn clone(&self) -> Trig6CtrlSwTrig
fn clone(&self) -> Trig6CtrlSwTrig
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 Trig6CtrlSwTrig
impl Debug for Trig6CtrlSwTrig
Source§impl From<Trig6CtrlSwTrig> for u8
impl From<Trig6CtrlSwTrig> for u8
Source§fn from(val: Trig6CtrlSwTrig) -> u8
fn from(val: Trig6CtrlSwTrig) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Trig6CtrlSwTrig
impl From<u8> for Trig6CtrlSwTrig
Source§fn from(val: u8) -> Trig6CtrlSwTrig
fn from(val: u8) -> Trig6CtrlSwTrig
Converts to this type from the input type.
Source§impl Ord for Trig6CtrlSwTrig
impl Ord for Trig6CtrlSwTrig
Source§fn cmp(&self, other: &Trig6CtrlSwTrig) -> Ordering
fn cmp(&self, other: &Trig6CtrlSwTrig) -> 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 Trig6CtrlSwTrig
impl PartialEq for Trig6CtrlSwTrig
Source§impl PartialOrd for Trig6CtrlSwTrig
impl PartialOrd for Trig6CtrlSwTrig
impl Copy for Trig6CtrlSwTrig
impl Eq for Trig6CtrlSwTrig
impl StructuralPartialEq for Trig6CtrlSwTrig
Auto Trait Implementations§
impl Freeze for Trig6CtrlSwTrig
impl RefUnwindSafe for Trig6CtrlSwTrig
impl Send for Trig6CtrlSwTrig
impl Sync for Trig6CtrlSwTrig
impl Unpin for Trig6CtrlSwTrig
impl UnwindSafe for Trig6CtrlSwTrig
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