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