Struct sgx_trts::libc::linger[]

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

Fields

Trait Implementations

impl Copy for linger

impl Clone for linger

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for linger

impl Sync for linger