#[repr(C)]pub struct DXVAHD_VPCAPS {
pub VPGuid: GUID,
pub PastFrames: UINT,
pub FutureFrames: UINT,
pub ProcessorCaps: UINT,
pub ITelecineCaps: UINT,
pub CustomRateCount: UINT,
}
Fields§
§VPGuid: GUID
§PastFrames: UINT
§FutureFrames: UINT
§ProcessorCaps: UINT
§ITelecineCaps: UINT
§CustomRateCount: UINT
Trait Implementations§
Source§impl Clone for DXVAHD_VPCAPS
impl Clone for DXVAHD_VPCAPS
Source§fn clone(&self) -> DXVAHD_VPCAPS
fn clone(&self) -> DXVAHD_VPCAPS
Returns a duplicate 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 moreSource§impl Default for DXVAHD_VPCAPS
impl Default for DXVAHD_VPCAPS
Source§fn default() -> DXVAHD_VPCAPS
fn default() -> DXVAHD_VPCAPS
Returns the “default value” for a type. Read more
impl Copy 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