Struct libc_interface::linger[][src]

#[repr(C)]
pub struct linger { pub l_onoff: c_int, pub l_linger: c_int, }

Fields

Trait Implementations

impl Copy for linger
[src]

impl Clone for linger
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for linger
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for linger
[src]

Auto Trait Implementations

impl Send for linger

impl Sync for linger