Enum linux_stats::SocketTimerState
[−]
[src]
pub enum SocketTimerState {
Inactive,
Active(u64),
}Represents TCP socket's timer status.
Variants
InactiveActive(u64)Trait Implementations
impl Clone for SocketTimerState[src]
fn clone(&self) -> SocketTimerState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Debug for SocketTimerState[src]
impl PartialEq for SocketTimerState[src]
fn eq(&self, __arg_0: &SocketTimerState) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SocketTimerState) -> bool
This method tests for !=.