linux_raw_sys::general

Type Alias siginfo_t

Source
pub type siginfo_t = siginfo;

Aliased Type§

struct siginfo_t {
    pub __bindgen_anon_1: siginfo__bindgen_ty_1,
}

Fields§

§__bindgen_anon_1: siginfo__bindgen_ty_1

Trait Implementations

Source§

impl Clone for siginfo

Source§

fn clone(&self) -> siginfo

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for siginfo