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