[][src]Union nc::siginfo::sifields_t

#[repr(C)]
pub union sifields_t {
    pub kill: si_kill_t,
    pub timer: si_timer_t,
    pub rt: si_rt_t,
    pub sigchld: si_sigchld_t,
    pub sigpoll: si_sigpoll_t,
    pub sigsys: si_sigsys_t,
}

Fields

kill: si_kill_ttimer: si_timer_trt: si_rt_tsigchld: si_sigchld_tsigpoll: si_sigpoll_tsigsys: si_sigsys_t

Trait Implementations

impl Copy for sifields_t[src]

impl Clone for sifields_t[src]

Auto Trait Implementations

impl Unpin for sifields_t

impl Send for sifields_t

impl Sync for sifields_t

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.