Struct gdnative_visual_script::common::libc::sigaction [−][src]
#[repr(C)]pub struct sigaction { pub sa_sigaction: usize, pub sa_mask: sigset_t, pub sa_flags: i32, pub sa_restorer: Option<extern "C" fn()>, }
Fields
sa_sigaction: usize
sa_mask: sigset_t
sa_flags: i32
sa_restorer: Option<extern "C" fn()>
Trait Implementations
impl Clone for sigaction
[src]
impl Clone for sigaction
fn clone(&self) -> sigaction
[src]
fn clone(&self) -> sigaction
Returns 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 Copy for sigaction
[src]
impl Copy for sigaction