Struct netlink_packet_route::link::Inet6IfaceFlags
source · pub struct Inet6IfaceFlags(pub Vec<Inet6IfaceFlag>);
Tuple Fields§
§0: Vec<Inet6IfaceFlag>
Trait Implementations§
source§impl Clone for Inet6IfaceFlags
impl Clone for Inet6IfaceFlags
source§fn clone(&self) -> Inet6IfaceFlags
fn clone(&self) -> Inet6IfaceFlags
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 Inet6IfaceFlags
impl Debug for Inet6IfaceFlags
source§impl Default for Inet6IfaceFlags
impl Default for Inet6IfaceFlags
source§fn default() -> Inet6IfaceFlags
fn default() -> Inet6IfaceFlags
Returns the “default value” for a type. Read more
source§impl From<&Inet6IfaceFlags> for u32
impl From<&Inet6IfaceFlags> for u32
source§fn from(v: &Inet6IfaceFlags) -> u32
fn from(v: &Inet6IfaceFlags) -> u32
Converts to this type from the input type.
source§impl From<u32> for Inet6IfaceFlags
impl From<u32> for Inet6IfaceFlags
source§impl PartialEq for Inet6IfaceFlags
impl PartialEq for Inet6IfaceFlags
source§fn eq(&self, other: &Inet6IfaceFlags) -> bool
fn eq(&self, other: &Inet6IfaceFlags) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for Inet6IfaceFlags
impl StructuralEq for Inet6IfaceFlags
impl StructuralPartialEq for Inet6IfaceFlags
Auto Trait Implementations§
impl RefUnwindSafe for Inet6IfaceFlags
impl Send for Inet6IfaceFlags
impl Sync for Inet6IfaceFlags
impl Unpin for Inet6IfaceFlags
impl UnwindSafe for Inet6IfaceFlags
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