#[repr(u8)]pub enum InterlaceMethod {
None = 0,
Adam7 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for InterlaceMethod
impl Clone for InterlaceMethod
Source§fn clone(&self) -> InterlaceMethod
fn clone(&self) -> InterlaceMethod
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 InterlaceMethod
impl Debug for InterlaceMethod
Source§impl PartialEq for InterlaceMethod
impl PartialEq for InterlaceMethod
Source§impl TryFrom<u8> for InterlaceMethod
impl TryFrom<u8> for InterlaceMethod
Source§type Error = TryFromPrimitiveError<InterlaceMethod>
type Error = TryFromPrimitiveError<InterlaceMethod>
The type returned in the event of a conversion error.
Source§impl TryFromPrimitive for InterlaceMethod
impl TryFromPrimitive for InterlaceMethod
impl Copy for InterlaceMethod
impl Eq for InterlaceMethod
impl StructuralPartialEq for InterlaceMethod
Auto Trait Implementations§
impl Freeze for InterlaceMethod
impl RefUnwindSafe for InterlaceMethod
impl Send for InterlaceMethod
impl Sync for InterlaceMethod
impl Unpin for InterlaceMethod
impl UnwindSafe for InterlaceMethod
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