Struct DXVAHD_VPCAPS
#[repr(C)]pub struct DXVAHD_VPCAPS {
pub VPGuid: GUID,
pub PastFrames: u32,
pub FutureFrames: u32,
pub ProcessorCaps: u32,
pub ITelecineCaps: u32,
pub CustomRateCount: u32,
}
Fields§
§VPGuid: GUID
§PastFrames: u32
§FutureFrames: u32
§ProcessorCaps: u32
§ITelecineCaps: u32
§CustomRateCount: u32
Trait Implementations§
§impl Clone for DXVAHD_VPCAPS
impl Clone for DXVAHD_VPCAPS
§fn clone(&self) -> DXVAHD_VPCAPS
fn clone(&self) -> DXVAHD_VPCAPS
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 DXVAHD_VPCAPS
impl Debug for DXVAHD_VPCAPS
§impl Default for DXVAHD_VPCAPS
impl Default for DXVAHD_VPCAPS
§impl PartialEq for DXVAHD_VPCAPS
impl PartialEq for DXVAHD_VPCAPS
impl Copy for DXVAHD_VPCAPS
impl StructuralPartialEq for DXVAHD_VPCAPS
Auto Trait Implementations§
impl Freeze for DXVAHD_VPCAPS
impl RefUnwindSafe for DXVAHD_VPCAPS
impl Send for DXVAHD_VPCAPS
impl Sync for DXVAHD_VPCAPS
impl Unpin for DXVAHD_VPCAPS
impl UnwindSafe for DXVAHD_VPCAPS
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