pub enum XcfCompression {
None = 0,
Rle = 1,
Zlib = 2,
Fractal = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for XcfCompression
impl Clone for XcfCompression
Source§fn clone(&self) -> XcfCompression
fn clone(&self) -> XcfCompression
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 XcfCompression
impl Debug for XcfCompression
Source§impl PartialEq for XcfCompression
impl PartialEq for XcfCompression
Source§fn eq(&self, other: &XcfCompression) -> bool
fn eq(&self, other: &XcfCompression) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for XcfCompression
Auto Trait Implementations§
impl Freeze for XcfCompression
impl RefUnwindSafe for XcfCompression
impl Send for XcfCompression
impl Sync for XcfCompression
impl Unpin for XcfCompression
impl UnsafeUnpin for XcfCompression
impl UnwindSafe for XcfCompression
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