Struct mupdf_sys::fz_output[][src]

#[repr(C)]
pub struct fz_output { pub state: *mut c_void, pub write: fz_output_write_fn, pub seek: fz_output_seek_fn, pub tell: fz_output_tell_fn, pub close: fz_output_close_fn, pub drop: fz_output_drop_fn, pub as_stream: fz_stream_from_output_fn, pub truncate: fz_truncate_fn, pub bp: *mut c_char, pub wp: *mut c_char, pub ep: *mut c_char, }

Fields

state: *mut c_voidwrite: fz_output_write_fnseek: fz_output_seek_fntell: fz_output_tell_fnclose: fz_output_close_fndrop: fz_output_drop_fnas_stream: fz_stream_from_output_fntruncate: fz_truncate_fnbp: *mut c_charwp: *mut c_charep: *mut c_char

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.