Struct mupdf_sys::pdf_write_options[][src]

#[repr(C)]
pub struct pdf_write_options {
Show 18 fields pub do_incremental: c_int, pub do_pretty: c_int, pub do_ascii: c_int, pub do_compress: c_int, pub do_compress_images: c_int, pub do_compress_fonts: c_int, pub do_decompress: c_int, pub do_garbage: c_int, pub do_linear: c_int, pub do_clean: c_int, pub do_sanitize: c_int, pub do_appearance: c_int, pub do_encrypt: c_int, pub dont_regenerate_id: c_int, pub permissions: c_int, pub opwd_utf8: [c_char; 128], pub upwd_utf8: [c_char; 128], pub do_snapshot: c_int,
}

Fields

do_incremental: c_intdo_pretty: c_intdo_ascii: c_intdo_compress: c_intdo_compress_images: c_intdo_compress_fonts: c_intdo_decompress: c_intdo_garbage: c_intdo_linear: c_intdo_clean: c_intdo_sanitize: c_intdo_appearance: c_intdo_encrypt: c_intdont_regenerate_id: c_intpermissions: c_intopwd_utf8: [c_char; 128]upwd_utf8: [c_char; 128]do_snapshot: c_int

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.