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