#[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 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 InterlaceType
impl Debug for InterlaceType
Source§impl Hash for InterlaceType
impl Hash for InterlaceType
Source§impl PartialEq for InterlaceType
impl PartialEq for InterlaceType
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