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