Struct libc_interface::sigaction [−][src]
#[repr(C)]pub struct sigaction { pub sa_sigaction: sighandler_t, pub sa_mask: sigset_t, pub sa_flags: c_int, }
Fields
sa_sigaction: sighandler_t
sa_mask: sigset_t
sa_flags: c_int
Trait Implementations
impl Copy for sigaction[src]
impl Copy for sigactionimpl Clone for sigaction[src]
impl Clone for sigactionfn clone(&self) -> sigaction[src]
fn clone(&self) -> sigactionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for sigaction[src]
impl PartialEq for sigactionfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for sigaction[src]
impl Eq for sigaction