#[repr(C)]pub struct MContext { /* private fields */ }
Expand description
The mcontext
struct for the signal action
Trait Implementations§
source§impl PartialEq for MContext
impl PartialEq for MContext
impl Eq for MContext
impl StructuralEq for MContext
impl StructuralPartialEq for MContext
Auto Trait Implementations§
impl RefUnwindSafe for MContext
impl Send for MContext
impl Sync for MContext
impl Unpin for MContext
impl UnwindSafe for MContext
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more