Struct mupdf_sys::fz_document_handler [−][src]
#[repr(C)]pub struct fz_document_handler { pub recognize: fz_document_recognize_fn, pub open: fz_document_open_fn, pub open_with_stream: fz_document_open_with_stream_fn, pub extensions: *mut *const c_char, pub mimetypes: *mut *const c_char, pub open_accel: fz_document_open_accel_fn, pub open_accel_with_stream: fz_document_open_accel_with_stream_fn, }
Fields
recognize: fz_document_recognize_fn
open: fz_document_open_fn
open_with_stream: fz_document_open_with_stream_fn
extensions: *mut *const c_char
mimetypes: *mut *const c_char
open_accel: fz_document_open_accel_fn
open_accel_with_stream: fz_document_open_accel_with_stream_fn
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fz_document_handler
impl !Send for fz_document_handler
impl !Sync for fz_document_handler
impl Unpin for fz_document_handler
impl UnwindSafe for fz_document_handler
Blanket Implementations
Mutably borrows from an owned value. Read more