Enum magick_rust::bindings::InterlaceType
source · #[repr(u32)]pub enum InterlaceType {
Undefined = 0,
No = 1,
Line = 2,
Plane = 3,
Partition = 4,
GIF = 5,
JPEG = 6,
PNG = 7,
}
Variants§
Trait Implementations§
source§impl Clone for InterlaceType
impl Clone for InterlaceType
source§fn clone(&self) -> InterlaceType
fn clone(&self) -> InterlaceType
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 InterlaceType
impl Debug for InterlaceType
source§impl Hash for InterlaceType
impl Hash for InterlaceType
source§impl PartialEq for InterlaceType
impl PartialEq for InterlaceType
source§fn eq(&self, other: &InterlaceType) -> bool
fn eq(&self, other: &InterlaceType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for InterlaceType
impl Eq for InterlaceType
impl StructuralPartialEq for InterlaceType
Auto Trait Implementations§
impl Freeze for InterlaceType
impl RefUnwindSafe for InterlaceType
impl Send for InterlaceType
impl Sync for InterlaceType
impl Unpin for InterlaceType
impl UnwindSafe for InterlaceType
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)