Struct gdnative_visual_script::common::libc::siginfo_t [−][src]
#[repr(C)]pub struct siginfo_t { pub si_signo: i32, pub si_errno: i32, pub si_code: i32, pub _pad: [i32; 29], // some fields omitted }
Fields
si_signo: i32
si_errno: i32
si_code: i32
_pad: [i32; 29]
Trait Implementations
impl Clone for siginfo_t
[src]
impl Clone for siginfo_t
fn clone(&self) -> siginfo_t
[src]
fn clone(&self) -> siginfo_t
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 siginfo_t
[src]
impl Copy for siginfo_t