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