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