#[repr(C)]pub struct fz_pcl_options {Show 13 fields
pub features: c_int,
pub odd_page_init: *const c_char,
pub even_page_init: *const c_char,
pub tumble: c_int,
pub duplex_set: c_int,
pub duplex: c_int,
pub paper_size: c_int,
pub manual_feed_set: c_int,
pub manual_feed: c_int,
pub media_position_set: c_int,
pub media_position: c_int,
pub orientation: c_int,
pub page_count: c_int,
}
Expand description
PCL output
Fields§
§features: c_int
§odd_page_init: *const c_char
§even_page_init: *const c_char
§tumble: c_int
§duplex_set: c_int
§duplex: c_int
§paper_size: c_int
§manual_feed_set: c_int
§manual_feed: c_int
§media_position_set: c_int
§media_position: c_int
§orientation: c_int
§page_count: c_int
Trait Implementations§
Source§impl Clone for fz_pcl_options
impl Clone for fz_pcl_options
Source§fn clone(&self) -> fz_pcl_options
fn clone(&self) -> fz_pcl_options
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for fz_pcl_options
impl Debug for fz_pcl_options
impl Copy for fz_pcl_options
Auto Trait Implementations§
impl Freeze for fz_pcl_options
impl RefUnwindSafe for fz_pcl_options
impl !Send for fz_pcl_options
impl !Sync for fz_pcl_options
impl Unpin for fz_pcl_options
impl UnwindSafe for fz_pcl_options
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