pub enum FieldMode {
BothFields,
TopFieldOnly,
BottomFieldOnly,
SingleField,
DeinterlaceFields,
}Variants§
Trait Implementations§
Source§impl From<FieldMode> for CFStringRef
impl From<FieldMode> for CFStringRef
impl Copy for FieldMode
impl Eq for FieldMode
impl StructuralPartialEq for FieldMode
Auto Trait Implementations§
impl Freeze for FieldMode
impl RefUnwindSafe for FieldMode
impl Send for FieldMode
impl Sync for FieldMode
impl Unpin for FieldMode
impl UnwindSafe for FieldMode
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