Struct libc::sigaction
#[repr(C)]
pub struct sigaction {
pub sa_sigaction: ::sighandler_t,
pub sa_mask: ::sigset_t,
pub sa_flags: ::c_int,
pub sa_restorer: ::Option<extern "C" fn()>,
}Fields
pub sa_sigaction: ::sighandler_tpub sa_mask: ::sigset_tpub sa_flags: ::c_intpub sa_restorer: ::Option<extern "C" fn()>Trait Implementations
impl Debug for sigaction
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Hash for sigaction
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl StructuralEq for sigactionimpl StructuralPartialEq for sigactionAuto Trait Implementations
impl RefUnwindSafe for sigactionimpl UnwindSafe for sigactionBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T