Enum netlink_packet_route::rtnl::link::nlas::AfSpecInet
source · [−]pub enum AfSpecInet {
Show 38 variants
Unspec(Vec<u8>),
Unix(Vec<u8>),
Ax25(Vec<u8>),
Ipx(Vec<u8>),
AppleTalk(Vec<u8>),
Netrom(Vec<u8>),
Bridge(Vec<u8>),
AtmPvc(Vec<u8>),
X25(Vec<u8>),
Inet(Vec<Inet>),
Inet6(Vec<Inet6>),
Rose(Vec<u8>),
DecNet(Vec<u8>),
NetbEui(Vec<u8>),
Security(Vec<u8>),
Key(Vec<u8>),
Netlink(Vec<u8>),
Packet(Vec<u8>),
Ash(Vec<u8>),
EcoNet(Vec<u8>),
AtmSvc(Vec<u8>),
Rds(Vec<u8>),
Sna(Vec<u8>),
Irda(Vec<u8>),
Pppox(Vec<u8>),
WanPipe(Vec<u8>),
Llc(Vec<u8>),
Can(Vec<u8>),
Tipc(Vec<u8>),
Bluetooth(Vec<u8>),
Iucv(Vec<u8>),
RxRpc(Vec<u8>),
Isdn(Vec<u8>),
Phonet(Vec<u8>),
Ieee802154(Vec<u8>),
Caif(Vec<u8>),
Alg(Vec<u8>),
Other(DefaultNla),
}
Variants
Unspec(Vec<u8>)
Unix(Vec<u8>)
Ax25(Vec<u8>)
Ipx(Vec<u8>)
AppleTalk(Vec<u8>)
Netrom(Vec<u8>)
Bridge(Vec<u8>)
AtmPvc(Vec<u8>)
X25(Vec<u8>)
Inet(Vec<Inet>)
Inet6(Vec<Inet6>)
Rose(Vec<u8>)
DecNet(Vec<u8>)
NetbEui(Vec<u8>)
Security(Vec<u8>)
Key(Vec<u8>)
Netlink(Vec<u8>)
Packet(Vec<u8>)
Ash(Vec<u8>)
EcoNet(Vec<u8>)
AtmSvc(Vec<u8>)
Rds(Vec<u8>)
Sna(Vec<u8>)
Irda(Vec<u8>)
Pppox(Vec<u8>)
WanPipe(Vec<u8>)
Llc(Vec<u8>)
Can(Vec<u8>)
Tipc(Vec<u8>)
Bluetooth(Vec<u8>)
Iucv(Vec<u8>)
RxRpc(Vec<u8>)
Isdn(Vec<u8>)
Phonet(Vec<u8>)
Ieee802154(Vec<u8>)
Caif(Vec<u8>)
Alg(Vec<u8>)
Other(DefaultNla)
Trait Implementations
sourceimpl Clone for AfSpecInet
impl Clone for AfSpecInet
sourcefn clone(&self) -> AfSpecInet
fn clone(&self) -> AfSpecInet
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 AfSpecInet
impl Debug for AfSpecInet
sourceimpl Nla for AfSpecInet
impl Nla for AfSpecInet
sourceimpl PartialEq<AfSpecInet> for AfSpecInet
impl PartialEq<AfSpecInet> for AfSpecInet
sourcefn eq(&self, other: &AfSpecInet) -> bool
fn eq(&self, other: &AfSpecInet) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AfSpecInet) -> bool
fn ne(&self, other: &AfSpecInet) -> bool
This method tests for !=
.
impl Eq for AfSpecInet
impl StructuralEq for AfSpecInet
impl StructuralPartialEq for AfSpecInet
Auto Trait Implementations
impl RefUnwindSafe for AfSpecInet
impl Send for AfSpecInet
impl Sync for AfSpecInet
impl Unpin for AfSpecInet
impl UnwindSafe for AfSpecInet
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