#[repr(i32)]pub enum EThumbnailFormat {
JPEG = 1,
RGB = 2,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for EThumbnailFormat
impl Clone for EThumbnailFormat
Source§fn clone(&self) -> EThumbnailFormat
fn clone(&self) -> EThumbnailFormat
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 EThumbnailFormat
impl Debug for EThumbnailFormat
Source§impl Hash for EThumbnailFormat
impl Hash for EThumbnailFormat
Source§impl PartialEq for EThumbnailFormat
impl PartialEq for EThumbnailFormat
impl Copy for EThumbnailFormat
impl Eq for EThumbnailFormat
impl StructuralPartialEq for EThumbnailFormat
Auto Trait Implementations§
impl Freeze for EThumbnailFormat
impl RefUnwindSafe for EThumbnailFormat
impl Send for EThumbnailFormat
impl Sync for EThumbnailFormat
impl Unpin for EThumbnailFormat
impl UnsafeUnpin for EThumbnailFormat
impl UnwindSafe for EThumbnailFormat
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