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