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