Struct DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
#[repr(C)]pub struct DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA {
pub Enable: BOOL,
pub ITelecineFlags: u32,
pub Frames: u32,
pub InputField: u32,
}
Fields§
§Enable: BOOL
§ITelecineFlags: u32
§Frames: u32
§InputField: u32
Trait Implementations§
§impl Clone for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl Clone for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
§fn clone(&self) -> DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
fn clone(&self) -> DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
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 PartialEq for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl PartialEq for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
§fn eq(&self, other: &DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA) -> bool
fn eq(&self, other: &DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl StructuralPartialEq for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
Auto Trait Implementations§
impl Freeze for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl RefUnwindSafe for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl Send for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl Sync for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl Unpin for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
impl UnwindSafe for DXVAHD_STREAM_STATE_PRIVATE_IVTC_DATA
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