Struct netlink_packet_route::rtnl::link::nlas::Icmp6StatsBuffer [−][src]
pub struct Icmp6StatsBuffer<T> { /* fields omitted */ }
Implementations
Trait Implementations
Deserialize the current type.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<T> RefUnwindSafe for Icmp6StatsBuffer<T> where
T: RefUnwindSafe,
impl<T> Send for Icmp6StatsBuffer<T> where
T: Send,
impl<T> Sync for Icmp6StatsBuffer<T> where
T: Sync,
impl<T> Unpin for Icmp6StatsBuffer<T> where
T: Unpin,
impl<T> UnwindSafe for Icmp6StatsBuffer<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more