[−][src]Struct uikit_sys::__sigaction
Fields
__sigaction_u: __sigaction_u
sa_tramp: Option<unsafe extern "C" fn(arg1: *mut c_void, arg2: c_int, arg3: c_int, arg4: *mut siginfo_t, arg5: *mut c_void)>
sa_mask: sigset_t
sa_flags: c_int
Trait Implementations
impl Clone for __sigaction
[src][+]
impl Copy for __sigaction
[src]
impl Default for __sigaction
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for __sigaction
impl Send for __sigaction
impl Sync for __sigaction
impl Unpin for __sigaction
impl UnwindSafe for __sigaction
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,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,