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