pub enum ImageTypes {
Raw = 0,
JPEG = 1,
PNG = 2,
}
Variants§
Trait Implementations§
source§impl Clone for ImageTypes
impl Clone for ImageTypes
source§fn clone(&self) -> ImageTypes
fn clone(&self) -> ImageTypes
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 Debug for ImageTypes
impl Debug for ImageTypes
source§impl Default for ImageTypes
impl Default for ImageTypes
source§impl Enum for ImageTypes
impl Enum for ImageTypes
source§const VALUES: &'static [ImageTypes] = _
const VALUES: &'static [ImageTypes] = _
All enum values for enum type.
source§impl Hash for ImageTypes
impl Hash for ImageTypes
source§impl PartialEq for ImageTypes
impl PartialEq for ImageTypes
impl Copy for ImageTypes
impl Eq for ImageTypes
impl StructuralPartialEq for ImageTypes
Auto Trait Implementations§
impl Freeze for ImageTypes
impl RefUnwindSafe for ImageTypes
impl Send for ImageTypes
impl Sync for ImageTypes
impl Unpin for ImageTypes
impl UnwindSafe for ImageTypes
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)