[][src]Union linux::kty::siginfo_t

#[repr(C)]
pub union siginfo_t { // some fields omitted }

Methods

impl siginfo_t[src]

pub fn si_signo(&self) -> c_int[src]

pub fn si_signo_ref(&self) -> &c_int[src]

pub fn si_signo_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub fn si_errno(&self) -> c_int[src]

pub fn si_errno_ref(&self) -> &c_int[src]

pub fn si_errno_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub fn si_code(&self) -> c_int[src]

pub fn si_code_ref(&self) -> &c_int[src]

pub fn si_code_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_pid(&self) -> c_int[src]

pub unsafe fn si_pid_ref(&self) -> &c_int[src]

pub unsafe fn si_pid_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_uid(&self) -> c_uint[src]

pub unsafe fn si_uid_ref(&self) -> &c_uint[src]

pub unsafe fn si_uid_mut(&mut self) -> &mut c_uint[src]

impl siginfo_t[src]

pub unsafe fn si_tid(&self) -> __kernel_timer_t[src]

pub unsafe fn si_tid_ref(&self) -> &__kernel_timer_t[src]

pub unsafe fn si_tid_mut(&mut self) -> &mut __kernel_timer_t[src]

impl siginfo_t[src]

pub unsafe fn si_overrun(&self) -> c_int[src]

pub unsafe fn si_overrun_ref(&self) -> &c_int[src]

pub unsafe fn si_overrun_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_sys_private(&self) -> c_int[src]

pub unsafe fn si_sys_private_ref(&self) -> &c_int[src]

pub unsafe fn si_sys_private_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_status(&self) -> c_int[src]

pub unsafe fn si_status_ref(&self) -> &c_int[src]

pub unsafe fn si_status_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_utime(&self) -> __ARCH_SI_CLOCK_T[src]

pub unsafe fn si_utime_ref(&self) -> &__ARCH_SI_CLOCK_T[src]

pub unsafe fn si_utime_mut(&mut self) -> &mut __ARCH_SI_CLOCK_T[src]

impl siginfo_t[src]

pub unsafe fn si_stime(&self) -> __ARCH_SI_CLOCK_T[src]

pub unsafe fn si_stime_ref(&self) -> &__ARCH_SI_CLOCK_T[src]

pub unsafe fn si_stime_mut(&mut self) -> &mut __ARCH_SI_CLOCK_T[src]

impl siginfo_t[src]

pub unsafe fn si_value(&self) -> sigval_t[src]

pub unsafe fn si_value_ref(&self) -> &sigval_t[src]

pub unsafe fn si_value_mut(&mut self) -> &mut sigval_t[src]

impl siginfo_t[src]

pub unsafe fn si_int(&self) -> c_int[src]

pub unsafe fn si_int_ref(&self) -> &c_int[src]

pub unsafe fn si_int_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_ptr(&self) -> *mut c_void[src]

pub unsafe fn si_ptr_ref(&self) -> &*mut c_void[src]

pub unsafe fn si_ptr_mut(&mut self) -> &mut *mut c_void[src]

impl siginfo_t[src]

pub unsafe fn si_addr(&self) -> *mut c_void[src]

pub unsafe fn si_addr_ref(&self) -> &*mut c_void[src]

pub unsafe fn si_addr_mut(&mut self) -> &mut *mut c_void[src]

impl siginfo_t[src]

pub unsafe fn si_band(&self) -> __ARCH_SI_BAND_T[src]

pub unsafe fn si_band_ref(&self) -> &__ARCH_SI_BAND_T[src]

pub unsafe fn si_band_mut(&mut self) -> &mut __ARCH_SI_BAND_T[src]

impl siginfo_t[src]

pub unsafe fn si_fd(&self) -> c_int[src]

pub unsafe fn si_fd_ref(&self) -> &c_int[src]

pub unsafe fn si_fd_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_call_addr(&self) -> *mut c_void[src]

pub unsafe fn si_call_addr_ref(&self) -> &*mut c_void[src]

pub unsafe fn si_call_addr_mut(&mut self) -> &mut *mut c_void[src]

impl siginfo_t[src]

pub unsafe fn si_syscall(&self) -> c_int[src]

pub unsafe fn si_syscall_ref(&self) -> &c_int[src]

pub unsafe fn si_syscall_mut(&mut self) -> &mut c_int[src]

impl siginfo_t[src]

pub unsafe fn si_arch(&self) -> c_uint[src]

pub unsafe fn si_arch_ref(&self) -> &c_uint[src]

pub unsafe fn si_arch_mut(&mut self) -> &mut c_uint[src]

Trait Implementations

impl Pod for siginfo_t[src]

impl Copy for siginfo_t[src]

impl Clone for siginfo_t[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for siginfo_t

impl !Sync for siginfo_t

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]