Struct gdnative_visual_script::common::libc::sigaction[][src]

#[repr(C)]
pub struct sigaction { pub sa_sigaction: usize, pub sa_mask: u32, pub sa_flags: i32, }

Fields

Trait Implementations

impl Clone for sigaction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for sigaction
[src]

Auto Trait Implementations

impl Send for sigaction

impl Sync for sigaction