#[repr(i32)]pub enum PdfInterpolationQuality {
None = 0,
Low = 1,
High = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfInterpolationQuality
impl Clone for PdfInterpolationQuality
Source§fn clone(&self) -> PdfInterpolationQuality
fn clone(&self) -> PdfInterpolationQuality
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 moreSource§impl Debug for PdfInterpolationQuality
impl Debug for PdfInterpolationQuality
Source§impl PartialEq for PdfInterpolationQuality
impl PartialEq for PdfInterpolationQuality
Source§fn eq(&self, other: &PdfInterpolationQuality) -> bool
fn eq(&self, other: &PdfInterpolationQuality) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfInterpolationQuality
impl Eq for PdfInterpolationQuality
impl StructuralPartialEq for PdfInterpolationQuality
Auto Trait Implementations§
impl Freeze for PdfInterpolationQuality
impl RefUnwindSafe for PdfInterpolationQuality
impl Send for PdfInterpolationQuality
impl Sync for PdfInterpolationQuality
impl Unpin for PdfInterpolationQuality
impl UnsafeUnpin for PdfInterpolationQuality
impl UnwindSafe for PdfInterpolationQuality
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