Struct axsignal::ucontext::SignalUserContext
source · #[repr(C)]pub struct SignalUserContext { /* private fields */ }
Expand description
The user context saved for the signal action, which can be accessed by the signal handler
Implementations§
Trait Implementations§
source§impl Clone for SignalUserContext
impl Clone for SignalUserContext
source§fn clone(&self) -> SignalUserContext
fn clone(&self) -> SignalUserContext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for SignalUserContext
impl Send for SignalUserContext
impl Sync for SignalUserContext
impl Unpin for SignalUserContext
impl UnwindSafe for SignalUserContext
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