#[repr(u16)]pub enum VfVlanInfo {
Unspec = 0,
Info = 1,
_MAX = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for VfVlanInfo
impl Clone for VfVlanInfo
Source§fn clone(&self) -> VfVlanInfo
fn clone(&self) -> VfVlanInfo
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 VfVlanInfo
impl Debug for VfVlanInfo
Source§impl Hash for VfVlanInfo
impl Hash for VfVlanInfo
Source§impl<'a> Index<VfVlanInfo> for VfVlanInfoTbl<'a>
impl<'a> Index<VfVlanInfo> for VfVlanInfoTbl<'a>
Source§impl<'a> IndexMut<VfVlanInfo> for VfVlanInfoTbl<'a>
impl<'a> IndexMut<VfVlanInfo> for VfVlanInfoTbl<'a>
Source§impl Into<u16> for VfVlanInfo
impl Into<u16> for VfVlanInfo
Source§impl Into<usize> for VfVlanInfo
impl Into<usize> for VfVlanInfo
Source§impl PartialEq for VfVlanInfo
impl PartialEq for VfVlanInfo
Source§impl TryFrom<u16> for VfVlanInfo
impl TryFrom<u16> for VfVlanInfo
impl Copy for VfVlanInfo
impl Eq for VfVlanInfo
impl StructuralPartialEq for VfVlanInfo
Auto Trait Implementations§
impl Freeze for VfVlanInfo
impl RefUnwindSafe for VfVlanInfo
impl Send for VfVlanInfo
impl Sync for VfVlanInfo
impl Unpin for VfVlanInfo
impl UnwindSafe for VfVlanInfo
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