pub enum PdfConformance {
PdfA2b,
PdfA3b,
}Expand description
An archival conformance level supported by the PDF backend.
Variants§
Trait Implementations§
Source§impl Clone for PdfConformance
impl Clone for PdfConformance
Source§fn clone(&self) -> PdfConformance
fn clone(&self) -> PdfConformance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PdfConformance
Source§impl Debug for PdfConformance
impl Debug for PdfConformance
impl Eq for PdfConformance
Source§impl PartialEq for PdfConformance
impl PartialEq for PdfConformance
impl StructuralPartialEq for PdfConformance
Auto Trait Implementations§
impl Freeze for PdfConformance
impl RefUnwindSafe for PdfConformance
impl Send for PdfConformance
impl Sync for PdfConformance
impl Unpin for PdfConformance
impl UnsafeUnpin for PdfConformance
impl UnwindSafe for PdfConformance
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> Read<Exclusive, BecauseExclusive> for Twhere
T: ?Sized,
Source§impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
impl<U, T> ToOwnedObj<U> for Twhere
U: FromObjRef<T>,
Source§fn to_owned_obj(&self, data: FontData<'_>) -> U
fn to_owned_obj(&self, data: FontData<'_>) -> U
Convert this type into
T, using the provided data to resolve any offsets.