Enum netlink_packet_route::link::LinkInfo
source · #[non_exhaustive]pub enum LinkInfo {
Xstats(LinkXstats),
Kind(InfoKind),
Data(InfoData),
PortKind(InfoPortKind),
PortData(InfoPortData),
Other(DefaultNla),
}
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.
Xstats(LinkXstats)
Kind(InfoKind)
Data(InfoData)
PortKind(InfoPortKind)
PortData(InfoPortData)
Other(DefaultNla)
Trait Implementations§
source§impl PartialEq for LinkInfo
impl PartialEq for LinkInfo
impl Eq for LinkInfo
impl StructuralEq for LinkInfo
impl StructuralPartialEq for LinkInfo
Auto Trait Implementations§
impl RefUnwindSafe for LinkInfo
impl Send for LinkInfo
impl Sync for LinkInfo
impl Unpin for LinkInfo
impl UnwindSafe for LinkInfo
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