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