pub struct PreviousHandler { /* private fields */ }Expand description
Handler précédemment installé sur un FatalSignal, à passer à
restore_handler (dans
air-sys-syscall). Représentation opaque : contient
l’ancien struct sigaction kernel.
Auto Trait Implementations§
impl Freeze for PreviousHandler
impl RefUnwindSafe for PreviousHandler
impl Send for PreviousHandler
impl Sync for PreviousHandler
impl Unpin for PreviousHandler
impl UnsafeUnpin for PreviousHandler
impl UnwindSafe for PreviousHandler
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