pub enum ProcSet {
Pdf,
Text,
ImageGrayscale,
ImageColor,
ImageIndexed,
}
Expand description
What procedure sets to send to a PostScript printer or other output device.
This enumeration provides compatibility for printing PDFs of versions 1.3 and below.
Variants§
Painting and graphics state.
Text
Text.
ImageGrayscale
Grayscale images and masks.
ImageColor
Color images.
ImageIndexed
Images with color tables.
Trait Implementations§
impl Copy for ProcSet
impl Eq for ProcSet
impl StructuralPartialEq for ProcSet
Auto Trait Implementations§
impl Freeze for ProcSet
impl RefUnwindSafe for ProcSet
impl Send for ProcSet
impl Sync for ProcSet
impl Unpin for ProcSet
impl UnwindSafe for ProcSet
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)