Struct windows::Win32::Media::DirectShow::VMRDeinterlaceCaps
#[repr(C)]pub struct VMRDeinterlaceCaps {
pub dwSize: u32,
pub dwNumPreviousOutputFrames: u32,
pub dwNumForwardRefSamples: u32,
pub dwNumBackwardRefSamples: u32,
pub DeinterlaceTechnology: VMRDeinterlaceTech,
}
Fields§
§dwSize: u32
§dwNumPreviousOutputFrames: u32
§dwNumForwardRefSamples: u32
§dwNumBackwardRefSamples: u32
§DeinterlaceTechnology: VMRDeinterlaceTech
Trait Implementations§
§impl Clone for VMRDeinterlaceCaps
impl Clone for VMRDeinterlaceCaps
§fn clone(&self) -> VMRDeinterlaceCaps
fn clone(&self) -> VMRDeinterlaceCaps
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 VMRDeinterlaceCaps
impl Debug for VMRDeinterlaceCaps
§impl Default for VMRDeinterlaceCaps
impl Default for VMRDeinterlaceCaps
§impl PartialEq for VMRDeinterlaceCaps
impl PartialEq for VMRDeinterlaceCaps
§fn eq(&self, other: &VMRDeinterlaceCaps) -> bool
fn eq(&self, other: &VMRDeinterlaceCaps) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for VMRDeinterlaceCaps
impl Eq for VMRDeinterlaceCaps
impl StructuralPartialEq for VMRDeinterlaceCaps
Auto Trait Implementations§
impl Freeze for VMRDeinterlaceCaps
impl RefUnwindSafe for VMRDeinterlaceCaps
impl Send for VMRDeinterlaceCaps
impl Sync for VMRDeinterlaceCaps
impl Unpin for VMRDeinterlaceCaps
impl UnwindSafe for VMRDeinterlaceCaps
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)