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 si_pid: i32, pub si_uid: u32, pub si_status: i32, pub si_addr: *mut c_void, // some fields omitted }
Fields
si_signo: i32
si_errno: i32
si_code: i32
si_pid: i32
si_uid: u32
si_status: i32
si_addr: *mut c_void
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