Struct mupdf_sys::fz_error_stack_slot [−][src]
#[repr(C)]pub struct fz_error_stack_slot { pub state: c_int, pub code: c_int, pub buffer: fz_jmp_buf, }
Fields
state: c_int
code: c_int
buffer: fz_jmp_buf
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fz_error_stack_slot
impl Send for fz_error_stack_slot
impl Sync for fz_error_stack_slot
impl Unpin for fz_error_stack_slot
impl UnwindSafe for fz_error_stack_slot
Blanket Implementations
Mutably borrows from an owned value. Read more