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_t
pub sa_mask: ::sigset_t
pub sa_flags: ::c_int
pub sa_restorer: ::Option<extern "C" fn()>
Trait Implementations
impl Debug for sigaction
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for sigaction
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for sigaction
impl StructuralPartialEq for sigaction
Auto Trait Implementations
impl RefUnwindSafe for sigaction
impl UnwindSafe for sigaction
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T