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