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