Enum netstat::ErrorDetails[][src]

pub enum ErrorDetails {
    BufferInitializationError(u32),
    ErrorWithCode(u32),
    RustError(Rc<Box<Debug>>),
}

Variants

Trait Implementations

impl Clone for ErrorDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorDetails
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for ErrorDetails

impl !Sync for ErrorDetails