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