#[repr(C)]pub struct pdf_clean_options {
pub write: pdf_write_options,
pub image: pdf_image_rewriter_options,
pub subset_fonts: c_int,
pub structure: pdf_clean_options_structure,
pub vectorize: pdf_clean_options_vectorize,
}Fields§
§write: pdf_write_options§image: pdf_image_rewriter_options§subset_fonts: c_int§structure: pdf_clean_options_structure§vectorize: pdf_clean_options_vectorizeTrait Implementations§
Source§impl Clone for pdf_clean_options
impl Clone for pdf_clean_options
Source§fn clone(&self) -> pdf_clean_options
fn clone(&self) -> pdf_clean_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 pdf_clean_options
impl Debug for pdf_clean_options
impl Copy for pdf_clean_options
Auto Trait Implementations§
impl Freeze for pdf_clean_options
impl RefUnwindSafe for pdf_clean_options
impl !Send for pdf_clean_options
impl !Sync for pdf_clean_options
impl Unpin for pdf_clean_options
impl UnwindSafe for pdf_clean_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