Type Alias linux_raw_sys::general::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