#[repr(u8)]pub enum DeinterlaceEn {
DEINTERLACE_EN_0 = 0,
DEINTERLACE_EN_1 = 1,
}Variants§
Implementations§
Source§impl DeinterlaceEn
impl DeinterlaceEn
Trait Implementations§
Source§impl Clone for DeinterlaceEn
impl Clone for DeinterlaceEn
Source§fn clone(&self) -> DeinterlaceEn
fn clone(&self) -> DeinterlaceEn
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 DeinterlaceEn
impl Debug for DeinterlaceEn
Source§impl From<DeinterlaceEn> for u8
impl From<DeinterlaceEn> for u8
Source§fn from(val: DeinterlaceEn) -> u8
fn from(val: DeinterlaceEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for DeinterlaceEn
impl From<u8> for DeinterlaceEn
Source§fn from(val: u8) -> DeinterlaceEn
fn from(val: u8) -> DeinterlaceEn
Converts to this type from the input type.
Source§impl Ord for DeinterlaceEn
impl Ord for DeinterlaceEn
Source§fn cmp(&self, other: &DeinterlaceEn) -> Ordering
fn cmp(&self, other: &DeinterlaceEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DeinterlaceEn
impl PartialEq for DeinterlaceEn
Source§impl PartialOrd for DeinterlaceEn
impl PartialOrd for DeinterlaceEn
impl Copy for DeinterlaceEn
impl Eq for DeinterlaceEn
impl StructuralPartialEq for DeinterlaceEn
Auto Trait Implementations§
impl Freeze for DeinterlaceEn
impl RefUnwindSafe for DeinterlaceEn
impl Send for DeinterlaceEn
impl Sync for DeinterlaceEn
impl Unpin for DeinterlaceEn
impl UnwindSafe for DeinterlaceEn
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