Struct libc::siginfo_t [−][src]
#[repr(C)]pub struct siginfo_t { pub si_signo: c_int, pub si_errno: c_int, pub si_code: c_int, // some fields omitted }
Fields
si_signo: c_intsi_errno: c_intsi_code: c_intImplementations
impl siginfo_t[src]
impl siginfo_t[src]
pub unsafe fn si_pid(&self) -> pid_t[src]
pub unsafe fn si_uid(&self) -> uid_t[src]
pub unsafe fn si_status(&self) -> c_int[src]
pub unsafe fn si_utime(&self) -> c_long[src]
pub unsafe fn si_stime(&self) -> c_long[src]
Trait Implementations
impl Clone for siginfo_t[src]
fn clone(&self) -> siginfo_t[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for siginfo_t[src]
impl Debug for siginfo_t[src]
impl Eq for siginfo_t[src]
impl Hash for siginfo_t[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<siginfo_t> for siginfo_t[src]
impl StructuralEq for siginfo_t[src]
impl StructuralPartialEq for siginfo_t[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,