#[repr(C)]pub struct jmpenv {
pub je_prev: *mut jmpenv,
pub je_buf: [__jmp_buf_tag; 1],
pub je_ret: i32,
pub je_mustcatch: bool,
pub je_old_delaymagic: u16,
pub je_old_stack_hwm: isize,
}Fields§
§je_prev: *mut jmpenv§je_buf: [__jmp_buf_tag; 1]§je_ret: i32§je_mustcatch: bool§je_old_delaymagic: u16§je_old_stack_hwm: isizeTrait Implementations§
Source§impl Ord for jmpenv
impl Ord for jmpenv
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for jmpenv
impl PartialOrd for jmpenv
impl Copy for jmpenv
impl Eq for jmpenv
impl StructuralPartialEq for jmpenv
Auto Trait Implementations§
impl Freeze for jmpenv
impl RefUnwindSafe for jmpenv
impl !Send for jmpenv
impl !Sync for jmpenv
impl Unpin for jmpenv
impl UnsafeUnpin for jmpenv
impl UnwindSafe for jmpenv
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