Struct mupdf_sys::fz_pwg_options[][src]

#[repr(C)]pub struct fz_pwg_options {
    pub media_class: [c_char; 64],
    pub media_color: [c_char; 64],
    pub media_type: [c_char; 64],
    pub output_type: [c_char; 64],
    pub advance_distance: c_uint,
    pub advance_media: c_int,
    pub collate: c_int,
    pub cut_media: c_int,
    pub duplex: c_int,
    pub insert_sheet: c_int,
    pub jog: c_int,
    pub leading_edge: c_int,
    pub manual_feed: c_int,
    pub media_position: c_uint,
    pub media_weight: c_uint,
    pub mirror_print: c_int,
    pub negative_print: c_int,
    pub num_copies: c_uint,
    pub orientation: c_int,
    pub output_face_up: c_int,
    pub PageSize: [c_uint; 2],
    pub separations: c_int,
    pub tray_switch: c_int,
    pub tumble: c_int,
    pub media_type_num: c_int,
    pub compression: c_int,
    pub row_count: c_uint,
    pub row_feed: c_uint,
    pub row_step: c_uint,
    pub rendering_intent: [c_char; 64],
    pub page_size_name: [c_char; 64],
}

Fields

media_class: [c_char; 64]media_color: [c_char; 64]media_type: [c_char; 64]output_type: [c_char; 64]advance_distance: c_uintadvance_media: c_intcollate: c_intcut_media: c_intduplex: c_intinsert_sheet: c_intjog: c_intleading_edge: c_intmanual_feed: c_intmedia_position: c_uintmedia_weight: c_uintmirror_print: c_intnegative_print: c_intnum_copies: c_uintorientation: c_intoutput_face_up: c_intPageSize: [c_uint; 2]separations: c_inttray_switch: c_inttumble: c_intmedia_type_num: c_intcompression: c_introw_count: c_uintrow_feed: c_uintrow_step: c_uintrendering_intent: [c_char; 64]page_size_name: [c_char; 64]

Trait Implementations

impl Clone for fz_pwg_options[src]

impl Copy for fz_pwg_options[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.