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 · 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 DeinterlaceMode
impl Debug 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
impl Copy for DeinterlaceMode
impl Eq for DeinterlaceMode
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 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