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