Struct mupdf_sys::fz_context[][src]

#[repr(C)]
pub struct fz_context {
Show 17 fields pub user: *mut c_void, pub alloc: fz_alloc_context, pub locks: fz_locks_context, pub error: fz_error_context, pub warn: fz_warn_context, pub aa: fz_aa_context, pub seed48: [u16; 7], pub icc_enabled: c_int, pub throw_on_repair: c_int, pub handler: *mut fz_document_handler_context, pub style: *mut fz_style_context, pub tuning: *mut fz_tuning_context, pub stddbg: *mut fz_output, pub font: *mut fz_font_context, pub colorspace: *mut fz_colorspace_context, pub store: *mut fz_store, pub glyph_cache: *mut fz_glyph_cache,
}

Fields

user: *mut c_voidalloc: fz_alloc_contextlocks: fz_locks_contexterror: fz_error_contextwarn: fz_warn_contextaa: fz_aa_contextseed48: [u16; 7]icc_enabled: c_intthrow_on_repair: c_inthandler: *mut fz_document_handler_contextstyle: *mut fz_style_contexttuning: *mut fz_tuning_contextstddbg: *mut fz_outputfont: *mut fz_font_contextcolorspace: *mut fz_colorspace_contextstore: *mut fz_storeglyph_cache: *mut fz_glyph_cache

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.