#[repr(i32)]pub enum SkPDF_Metadata_CompressionLevel {
Default = -1,
None = 0,
LowButFast = 1,
Average = 6,
HighButSlow = 9,
}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 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 Default for SkPDF_Metadata_CompressionLevel
Available on crate feature pdf only.
impl Default for SkPDF_Metadata_CompressionLevel
Available on crate feature
pdf only.Source§impl PartialEq for SkPDF_Metadata_CompressionLevel
impl PartialEq for SkPDF_Metadata_CompressionLevel
Source§fn eq(&self, other: &SkPDF_Metadata_CompressionLevel) -> bool
fn eq(&self, other: &SkPDF_Metadata_CompressionLevel) -> bool
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 StructuralPartialEq for SkPDF_Metadata_CompressionLevel
Auto Trait Implementations§
impl Freeze for SkPDF_Metadata_CompressionLevel
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 UnsafeUnpin 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