Struct netlink_packet_route::rtnl::link::nlas::BridgeVlanInfo
source · [−]Fields
flags: u16
vid: u16
Trait Implementations
sourceimpl Clone for BridgeVlanInfo
impl Clone for BridgeVlanInfo
sourcefn clone(&self) -> BridgeVlanInfo
fn clone(&self) -> BridgeVlanInfo
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BridgeVlanInfo
impl Debug for BridgeVlanInfo
sourceimpl Default for BridgeVlanInfo
impl Default for BridgeVlanInfo
sourcefn default() -> BridgeVlanInfo
fn default() -> BridgeVlanInfo
Returns the “default value” for a type. Read more
sourceimpl From<&BridgeVlanInfo> for [u8; 4]
impl From<&BridgeVlanInfo> for [u8; 4]
sourcefn from(d: &BridgeVlanInfo) -> Self
fn from(d: &BridgeVlanInfo) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<BridgeVlanInfo> for BridgeVlanInfo
impl PartialEq<BridgeVlanInfo> for BridgeVlanInfo
sourcefn eq(&self, other: &BridgeVlanInfo) -> bool
fn eq(&self, other: &BridgeVlanInfo) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &BridgeVlanInfo) -> bool
fn ne(&self, other: &BridgeVlanInfo) -> bool
This method tests for !=
.
sourceimpl TryFrom<&[u8]> for BridgeVlanInfo
impl TryFrom<&[u8]> for BridgeVlanInfo
type Error = DecodeError
type Error = DecodeError
The type returned in the event of a conversion error.
sourcefn try_from(raw: &[u8]) -> Result<Self, DecodeError>
fn try_from(raw: &[u8]) -> Result<Self, DecodeError>
Performs the conversion.
impl Copy for BridgeVlanInfo
impl Eq for BridgeVlanInfo
impl StructuralEq for BridgeVlanInfo
impl StructuralPartialEq for BridgeVlanInfo
Auto Trait Implementations
impl RefUnwindSafe for BridgeVlanInfo
impl Send for BridgeVlanInfo
impl Sync for BridgeVlanInfo
impl Unpin for BridgeVlanInfo
impl UnwindSafe for BridgeVlanInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more