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
source§fn eq(&self, other: &LinkVfPort) -> bool
fn eq(&self, other: &LinkVfPort) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LinkVfPort
impl StructuralEq for LinkVfPort
impl StructuralPartialEq for LinkVfPort
Auto Trait Implementations§
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