pub trait NlType:
PartialEq
+ Clone
+ From<u16>
+ Into<u16>
+ Copy
+ Size
+ TypeSize
+ for<'a> FromBytes<'a>
+ ToBytes
+ Debug { }
Expand description
Trait marking constants valid for use in
Nlmsghdr
field, nl_type
.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.