Enum procfs::net::UnixState [−][src]
pub enum UnixState {
UNCONNECTED,
CONNECTING,
CONNECTED,
DISCONNECTING,
}
Variants
UNCONNECTED
CONNECTING
CONNECTED
DISCONNECTING
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for UnixState
impl UnwindSafe for UnixState
Blanket Implementations
Mutably borrows from an owned value. Read more