#[repr(C)]pub struct fz_pclm_options {
pub compress: c_int,
pub strip_height: c_int,
pub page_count: c_int,
}Expand description
PCLm output
Fields§
§compress: c_int§strip_height: c_int§page_count: c_intTrait Implementations§
Source§impl Clone for fz_pclm_options
impl Clone for fz_pclm_options
Source§fn clone(&self) -> fz_pclm_options
fn clone(&self) -> fz_pclm_options
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for fz_pclm_options
impl Debug for fz_pclm_options
impl Copy for fz_pclm_options
Auto Trait Implementations§
impl Freeze for fz_pclm_options
impl RefUnwindSafe for fz_pclm_options
impl Send for fz_pclm_options
impl Sync for fz_pclm_options
impl Unpin for fz_pclm_options
impl UnwindSafe for fz_pclm_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