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