#[repr(u32)]pub enum VfLinkState {
Auto = 0,
Enable = 1,
Disable = 2,
_MAX = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for VfLinkState
impl Clone for VfLinkState
Source§fn clone(&self) -> VfLinkState
fn clone(&self) -> VfLinkState
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 VfLinkState
impl Debug for VfLinkState
Source§impl Hash for VfLinkState
impl Hash for VfLinkState
Source§impl PartialEq for VfLinkState
impl PartialEq for VfLinkState
impl Copy for VfLinkState
impl Eq for VfLinkState
impl StructuralPartialEq for VfLinkState
Auto Trait Implementations§
impl Freeze for VfLinkState
impl RefUnwindSafe for VfLinkState
impl Send for VfLinkState
impl Sync for VfLinkState
impl Unpin for VfLinkState
impl UnwindSafe for VfLinkState
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