Enum netlink_packet_route::rtnl::link::nlas::AfSpecBridge
source · [−]pub enum AfSpecBridge {
Flags(u16),
VlanInfo(BridgeVlanInfo),
Other(DefaultNla),
}
Variants
Flags(u16)
VlanInfo(BridgeVlanInfo)
Other(DefaultNla)
Trait Implementations
sourceimpl Clone for AfSpecBridge
impl Clone for AfSpecBridge
sourcefn clone(&self) -> AfSpecBridge
fn clone(&self) -> AfSpecBridge
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 AfSpecBridge
impl Debug for AfSpecBridge
sourceimpl Nla for AfSpecBridge
impl Nla for AfSpecBridge
sourceimpl PartialEq<AfSpecBridge> for AfSpecBridge
impl PartialEq<AfSpecBridge> for AfSpecBridge
sourcefn eq(&self, other: &AfSpecBridge) -> bool
fn eq(&self, other: &AfSpecBridge) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AfSpecBridge) -> bool
fn ne(&self, other: &AfSpecBridge) -> bool
This method tests for !=
.
impl Eq for AfSpecBridge
impl StructuralEq for AfSpecBridge
impl StructuralPartialEq for AfSpecBridge
Auto Trait Implementations
impl RefUnwindSafe for AfSpecBridge
impl Send for AfSpecBridge
impl Sync for AfSpecBridge
impl Unpin for AfSpecBridge
impl UnwindSafe for AfSpecBridge
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