pub struct JmpBuf { /* private fields */ }Expand description
A jump buffer.
This is essentially the register state of a point in execution at the time
of a sigsetjmp call that can be returned to by passing this buffer to
siglongjmp.
Auto Trait Implementations§
impl Freeze for JmpBuf
impl RefUnwindSafe for JmpBuf
impl Send for JmpBuf
impl Sync for JmpBuf
impl Unpin for JmpBuf
impl UnwindSafe for JmpBuf
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