Type Alias siginfo_t

Source
pub type siginfo_t = siginfo;

Aliased Type§

#[repr(C)]
pub 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 duplicate 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