#[repr(C)]pub(crate) struct ifla_vf_vlan_info {
    pub vf: u32,
    pub vlan: u32,
    pub qos: u32,
    pub vlan_proto: u16,
}Fields§
§vf: u32§vlan: u32§qos: u32§vlan_proto: u16Trait Implementations§
Source§impl Clone for ifla_vf_vlan_info
 
impl Clone for ifla_vf_vlan_info
Source§fn clone(&self) -> ifla_vf_vlan_info
 
fn clone(&self) -> ifla_vf_vlan_info
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 ifla_vf_vlan_info
 
impl Debug for ifla_vf_vlan_info
impl Copy for ifla_vf_vlan_info
Auto Trait Implementations§
impl Freeze for ifla_vf_vlan_info
impl RefUnwindSafe for ifla_vf_vlan_info
impl Send for ifla_vf_vlan_info
impl Sync for ifla_vf_vlan_info
impl Unpin for ifla_vf_vlan_info
impl UnwindSafe for ifla_vf_vlan_info
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