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§
source§impl Clone for AfSpecInet
impl Clone for AfSpecInet
source§fn clone(&self) -> AfSpecInet
fn clone(&self) -> AfSpecInet
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 AfSpecInet
impl Debug for AfSpecInet
source§impl Nla for AfSpecInet
impl Nla for AfSpecInet
source§impl PartialEq for AfSpecInet
impl PartialEq for AfSpecInet
source§fn 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 ==
.impl Eq for AfSpecInet
impl StructuralPartialEq for AfSpecInet
Auto Trait Implementations§
impl Freeze for AfSpecInet
impl RefUnwindSafe for AfSpecInet
impl Send for AfSpecInet
impl Sync for AfSpecInet
impl Unpin for AfSpecInet
impl UnwindSafe for AfSpecInet
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)