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