#[repr(C)]pub struct fz_context {Show 21 fields
pub user: *mut c_void,
pub master: *mut fz_context,
pub context_count: c_int,
pub alloc: fz_alloc_context,
pub locks: fz_locks_context,
pub error: fz_error_context,
pub warn: fz_warn_context,
pub activity: fz_activity_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 archive: *mut fz_archive_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_void§master: *mut fz_context§context_count: c_int§alloc: fz_alloc_context§locks: fz_locks_context§error: fz_error_context§warn: fz_warn_context§activity: fz_activity_context§aa: fz_aa_context§seed48: [u16; 7]§icc_enabled: c_int§throw_on_repair: c_int§handler: *mut fz_document_handler_context§archive: *mut fz_archive_handler_context§style: *mut fz_style_context§tuning: *mut fz_tuning_context§stddbg: *mut fz_output§font: *mut fz_font_context§colorspace: *mut fz_colorspace_context§store: *mut fz_store§glyph_cache: *mut fz_glyph_cacheTrait Implementations§
Source§impl Clone for fz_context
impl Clone for fz_context
Source§fn clone(&self) -> fz_context
fn clone(&self) -> fz_context
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fz_context
impl Debug for fz_context
impl Copy for fz_context
Auto Trait Implementations§
impl Freeze for fz_context
impl RefUnwindSafe for fz_context
impl !Send for fz_context
impl !Sync for fz_context
impl Unpin for fz_context
impl UnwindSafe for fz_context
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