Struct axsignal::ucontext::SignalStack
source · #[repr(C)]pub struct SignalStack { /* private fields */ }
Expand description
处理信号时使用的栈
详细信息见https://man7.org/linux/man-pages/man2/sigaltstack.2.html
Trait Implementations§
source§impl Clone for SignalStack
impl Clone for SignalStack
source§fn clone(&self) -> SignalStack
fn clone(&self) -> SignalStack
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 moresource§impl Debug for SignalStack
impl Debug for SignalStack
source§impl Default for SignalStack
impl Default for SignalStack
impl Copy for SignalStack
Auto Trait Implementations§
impl RefUnwindSafe for SignalStack
impl Send for SignalStack
impl Sync for SignalStack
impl Unpin for SignalStack
impl UnwindSafe for SignalStack
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