Struct netlink_packet_route::link::LinkVfPort
source · pub struct LinkVfPort(pub Vec<VfPort>);
Tuple Fields§
§0: Vec<VfPort>
Trait Implementations§
source§impl Clone for LinkVfPort
impl Clone for LinkVfPort
source§fn clone(&self) -> LinkVfPort
fn clone(&self) -> LinkVfPort
Returns a copy 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 LinkVfPort
impl Debug for LinkVfPort
source§impl Default for LinkVfPort
impl Default for LinkVfPort
source§fn default() -> LinkVfPort
fn default() -> LinkVfPort
Returns the “default value” for a type. Read more
source§impl Nla for LinkVfPort
impl Nla for LinkVfPort
source§impl PartialEq for LinkVfPort
impl PartialEq for LinkVfPort
impl Eq for LinkVfPort
impl StructuralPartialEq for LinkVfPort
Auto Trait Implementations§
impl Freeze for LinkVfPort
impl RefUnwindSafe for LinkVfPort
impl Send for LinkVfPort
impl Sync for LinkVfPort
impl Unpin for LinkVfPort
impl UnwindSafe for LinkVfPort
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)