Enum netlink_packet_route::rtnl::link::nlas::State [−][src]
pub enum State {
Unknown,
NotPresent,
Down,
LowerLayerDown,
Testing,
Dormant,
Up,
Other(u8),
}
Variants
Unknown
Status can’t be determined
NotPresent
Some component is missing
Down
Down
LowerLayerDown
Down due to state of lower layer
Testing
In some test mode
Dormant
Not up but pending an external event
Up
Up, ready to send packets
Other(u8)
Tuple Fields
0: u8
Unrecognized value. This should go away when TryFrom
is stable in Rust
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for State
impl UnwindSafe for State
Blanket Implementations
Mutably borrows from an owned value. Read more