#[repr(i32)]pub enum SkPDF_Metadata_CompressionLevel {
    Default,
    None,
    LowButFast,
    Average,
    HighButSlow,
}Variants§
Trait Implementations§
source§impl Clone for SkPDF_Metadata_CompressionLevel
 
impl Clone for SkPDF_Metadata_CompressionLevel
source§fn clone(&self) -> SkPDF_Metadata_CompressionLevel
 
fn clone(&self) -> SkPDF_Metadata_CompressionLevel
Returns a copy 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 PartialEq<SkPDF_Metadata_CompressionLevel> for SkPDF_Metadata_CompressionLevel
 
impl PartialEq<SkPDF_Metadata_CompressionLevel> for SkPDF_Metadata_CompressionLevel
source§fn eq(&self, other: &SkPDF_Metadata_CompressionLevel) -> bool
 
fn eq(&self, other: &SkPDF_Metadata_CompressionLevel) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for SkPDF_Metadata_CompressionLevel
impl Eq for SkPDF_Metadata_CompressionLevel
impl StructuralEq for SkPDF_Metadata_CompressionLevel
impl StructuralPartialEq for SkPDF_Metadata_CompressionLevel
Auto Trait Implementations§
impl RefUnwindSafe for SkPDF_Metadata_CompressionLevel
impl Send for SkPDF_Metadata_CompressionLevel
impl Sync for SkPDF_Metadata_CompressionLevel
impl Unpin for SkPDF_Metadata_CompressionLevel
impl UnwindSafe for SkPDF_Metadata_CompressionLevel
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