Enum netlink_packet_route::link::LinkXstats
source · #[non_exhaustive]pub enum LinkXstats {
Other(Vec<u8>),
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for LinkXstats
impl Clone for LinkXstats
source§fn clone(&self) -> LinkXstats
fn clone(&self) -> LinkXstats
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 LinkXstats
impl Debug for LinkXstats
source§impl Emitable for LinkXstats
impl Emitable for LinkXstats
source§impl<'a, T: AsRef<[u8]> + ?Sized> ParseableParametrized<NlaBuffer<&'a T>, &InfoKind> for LinkXstats
impl<'a, T: AsRef<[u8]> + ?Sized> ParseableParametrized<NlaBuffer<&'a T>, &InfoKind> for LinkXstats
source§fn parse_with_param(
buf: &NlaBuffer<&'a T>,
_kind: &InfoKind
) -> Result<Self, DecodeError>
fn parse_with_param( buf: &NlaBuffer<&'a T>, _kind: &InfoKind ) -> Result<Self, DecodeError>
Deserialize the current type.
source§impl PartialEq for LinkXstats
impl PartialEq for LinkXstats
source§fn eq(&self, other: &LinkXstats) -> bool
fn eq(&self, other: &LinkXstats) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LinkXstats
impl StructuralEq for LinkXstats
impl StructuralPartialEq for LinkXstats
Auto Trait Implementations§
impl RefUnwindSafe for LinkXstats
impl Send for LinkXstats
impl Sync for LinkXstats
impl Unpin for LinkXstats
impl UnwindSafe for LinkXstats
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