pub enum XyFormatType {
Bitmap,
Pixmap {
depth: u8,
},
}Expand description
Whether or not an XY image format is in bitmap or pixmap format.
Variants§
Trait Implementations§
Source§impl Clone for XyFormatType
impl Clone for XyFormatType
Source§fn clone(&self) -> XyFormatType
fn clone(&self) -> XyFormatType
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 XyFormatType
impl Debug for XyFormatType
Source§impl Hash for XyFormatType
impl Hash for XyFormatType
Source§impl Ord for XyFormatType
impl Ord for XyFormatType
Source§fn cmp(&self, other: &XyFormatType) -> Ordering
fn cmp(&self, other: &XyFormatType) -> 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 XyFormatType
impl PartialEq for XyFormatType
Source§impl PartialOrd for XyFormatType
impl PartialOrd for XyFormatType
impl Copy for XyFormatType
impl Eq for XyFormatType
impl StructuralPartialEq for XyFormatType
Auto Trait Implementations§
impl Freeze for XyFormatType
impl RefUnwindSafe for XyFormatType
impl Send for XyFormatType
impl Sync for XyFormatType
impl Unpin for XyFormatType
impl UnwindSafe for XyFormatType
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