#[repr(C)]pub struct pdf_redact_options {
pub black_boxes: c_int,
pub image_method: c_int,
pub line_art: c_int,
pub text: c_int,
}Fields§
§black_boxes: c_int§image_method: c_int§line_art: c_int§text: c_intTrait Implementations§
Source§impl Clone for pdf_redact_options
impl Clone for pdf_redact_options
Source§fn clone(&self) -> pdf_redact_options
fn clone(&self) -> pdf_redact_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_redact_options
impl Debug for pdf_redact_options
impl Copy for pdf_redact_options
Auto Trait Implementations§
impl Freeze for pdf_redact_options
impl RefUnwindSafe for pdf_redact_options
impl Send for pdf_redact_options
impl Sync for pdf_redact_options
impl Unpin for pdf_redact_options
impl UnwindSafe for pdf_redact_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