Struct VMRDeinterlacePrefs
#[repr(transparent)]pub struct VMRDeinterlacePrefs(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for VMRDeinterlacePrefs
impl Clone for VMRDeinterlacePrefs
§fn clone(&self) -> VMRDeinterlacePrefs
fn clone(&self) -> VMRDeinterlacePrefs
Returns a copy 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 more§impl Debug for VMRDeinterlacePrefs
impl Debug for VMRDeinterlacePrefs
§impl Default for VMRDeinterlacePrefs
impl Default for VMRDeinterlacePrefs
§fn default() -> VMRDeinterlacePrefs
fn default() -> VMRDeinterlacePrefs
Returns the “default value” for a type. Read more
§impl PartialEq for VMRDeinterlacePrefs
impl PartialEq for VMRDeinterlacePrefs
impl Copy for VMRDeinterlacePrefs
impl Eq for VMRDeinterlacePrefs
impl StructuralPartialEq for VMRDeinterlacePrefs
Auto Trait Implementations§
impl Freeze for VMRDeinterlacePrefs
impl RefUnwindSafe for VMRDeinterlacePrefs
impl Send for VMRDeinterlacePrefs
impl Sync for VMRDeinterlacePrefs
impl Unpin for VMRDeinterlacePrefs
impl UnwindSafe for VMRDeinterlacePrefs
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