pub enum DeinterlaceMode {
VerticalFilter,
Temporal,
}Variants§
Trait Implementations§
Source§impl Clone for DeinterlaceMode
impl Clone for DeinterlaceMode
Source§fn clone(&self) -> DeinterlaceMode
fn clone(&self) -> DeinterlaceMode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeinterlaceMode
Source§impl Debug for DeinterlaceMode
impl Debug for DeinterlaceMode
impl Eq for DeinterlaceMode
Source§impl From<DeinterlaceMode> for CFStringRef
impl From<DeinterlaceMode> for CFStringRef
Source§fn from(mode: DeinterlaceMode) -> Self
fn from(mode: DeinterlaceMode) -> Self
Converts to this type from the input type.
Source§impl From<DeinterlaceMode> for CFString
impl From<DeinterlaceMode> for CFString
Source§fn from(mode: DeinterlaceMode) -> Self
fn from(mode: DeinterlaceMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DeinterlaceMode
impl PartialEq for DeinterlaceMode
Source§fn eq(&self, other: &DeinterlaceMode) -> bool
fn eq(&self, other: &DeinterlaceMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeinterlaceMode
Auto Trait Implementations§
impl Freeze for DeinterlaceMode
impl RefUnwindSafe for DeinterlaceMode
impl Send for DeinterlaceMode
impl Sync for DeinterlaceMode
impl Unpin for DeinterlaceMode
impl UnsafeUnpin for DeinterlaceMode
impl UnwindSafe for DeinterlaceMode
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