pub struct sigaction {
pub sa_sigaction: usize,
pub sa_mask: sigset_t,
pub sa_flags: i32,
pub sa_restorer: Option<extern "C" fn()>,
}Fields
sa_sigaction: usizesa_mask: sigset_tsa_flags: i32sa_restorer: Option<extern "C" fn()>Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more