pub enum OutputIntentSubtype<'a> {
PDFX,
PDFA,
PDFE,
Custom(Name<'a>),
}
Expand description
The output intent subtype.
Variants§
PDFX
GTS_PDFX
PDFA
GTS_PDFA1
This is the right value for PDF/A-1 through PDF/A-4.
PDFE
ISO_PDFE1
Custom(Name<'a>)
Custom name defined in an ISO 32000 extension.
Trait Implementations§
source§impl<'a> Clone for OutputIntentSubtype<'a>
impl<'a> Clone for OutputIntentSubtype<'a>
source§fn clone(&self) -> OutputIntentSubtype<'a>
fn clone(&self) -> OutputIntentSubtype<'a>
Returns a copy of the value. Read more
1.6.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<'a> Debug for OutputIntentSubtype<'a>
impl<'a> Debug for OutputIntentSubtype<'a>
source§impl<'a> Hash for OutputIntentSubtype<'a>
impl<'a> Hash for OutputIntentSubtype<'a>
source§impl<'a> PartialEq for OutputIntentSubtype<'a>
impl<'a> PartialEq for OutputIntentSubtype<'a>
impl<'a> Copy for OutputIntentSubtype<'a>
impl<'a> Eq for OutputIntentSubtype<'a>
impl<'a> StructuralPartialEq for OutputIntentSubtype<'a>
Auto Trait Implementations§
impl<'a> Freeze for OutputIntentSubtype<'a>
impl<'a> RefUnwindSafe for OutputIntentSubtype<'a>
impl<'a> Send for OutputIntentSubtype<'a>
impl<'a> Sync for OutputIntentSubtype<'a>
impl<'a> Unpin for OutputIntentSubtype<'a>
impl<'a> UnwindSafe for OutputIntentSubtype<'a>
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
)