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