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