Struct syscall::data::SigAction
[−]
[src]
#[repr(C)]pub struct SigAction { pub sa_handler: extern "C" fn(_: usize), pub sa_mask: [u64; 2], pub sa_flags: usize, }
Fields
sa_handler: extern "C" fn(_: usize)
sa_mask: [u64; 2]
sa_flags: usize
Trait Implementations
impl Copy for SigAction[src]
impl Clone for SigAction[src]
fn clone(&self) -> SigAction
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