pub struct SigJmpBufFields { /* private fields */ }Expand description
SigJmpBufFields are the accessible fields when viewed via a SigJmpBuf pointer.
But also: You shouldn’t be poking at these!
Auto Trait Implementations§
impl Freeze for SigJmpBufFields
impl RefUnwindSafe for SigJmpBufFields
impl !Send for SigJmpBufFields
impl !Sync for SigJmpBufFields
impl Unpin for SigJmpBufFields
impl UnwindSafe for SigJmpBufFields
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