Struct cee_scape::JmpBufFields
source · #[repr(C)]pub struct JmpBufFields { /* private fields */ }Expand description
JmpBufFields are the accessible fields when viewed via a JmpBuf pointer.
But also: You shouldn’t be poking at these!
Auto Trait Implementations§
impl RefUnwindSafe for JmpBufFields
impl !Send for JmpBufFields
impl !Sync for JmpBufFields
impl Unpin for JmpBufFields
impl UnwindSafe for JmpBufFields
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