pub enum DefineBitmapVersion {
DefineBitsJpeg1,
DefineBitsJpeg2,
DefineBitsJpeg3,
DefineBitsJpeg4,
DefineBitsLossless1,
DefineBitsLossless2,
}Variants§
DefineBitsJpeg1
DefineBitsJpeg2
DefineBitsJpeg3
DefineBitsJpeg4
DefineBitsLossless1
DefineBitsLossless2
Trait Implementations§
Source§impl Clone for DefineBitmapVersion
impl Clone for DefineBitmapVersion
Source§fn clone(&self) -> DefineBitmapVersion
fn clone(&self) -> DefineBitmapVersion
Returns a duplicate 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 Debug for DefineBitmapVersion
impl Debug for DefineBitmapVersion
Source§impl Hash for DefineBitmapVersion
impl Hash for DefineBitmapVersion
Source§impl Ord for DefineBitmapVersion
impl Ord for DefineBitmapVersion
Source§fn cmp(&self, other: &DefineBitmapVersion) -> Ordering
fn cmp(&self, other: &DefineBitmapVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DefineBitmapVersion
impl PartialEq for DefineBitmapVersion
Source§impl PartialOrd for DefineBitmapVersion
impl PartialOrd for DefineBitmapVersion
impl Copy for DefineBitmapVersion
impl Eq for DefineBitmapVersion
impl StructuralPartialEq for DefineBitmapVersion
Auto Trait Implementations§
impl Freeze for DefineBitmapVersion
impl RefUnwindSafe for DefineBitmapVersion
impl Send for DefineBitmapVersion
impl Sync for DefineBitmapVersion
impl Unpin for DefineBitmapVersion
impl UnwindSafe for DefineBitmapVersion
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