Struct windows_sys::Win32::Media::MediaFoundation::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,
}
Expand description
Required features: ‘Win32_Media_MediaFoundation’
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
impl Copy for DXVAHD_VPCAPS
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more