Enum below_model::network::Udp6ModelFieldId [−][src]
pub enum Udp6ModelFieldId {
InDatagramsPktsPerSec,
NoPorts,
InErrors,
OutDatagramsPktsPerSec,
RcvbufErrors,
SndbufErrors,
InCsumErrors,
IgnoredMulti,
}
Variants
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
Auto Trait Implementations
impl RefUnwindSafe for Udp6ModelFieldId
impl Send for Udp6ModelFieldId
impl Sync for Udp6ModelFieldId
impl Unpin for Udp6ModelFieldId
impl UnwindSafe for Udp6ModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more