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