Struct DXVAHD_VPDEVCAPS
#[repr(C)]pub struct DXVAHD_VPDEVCAPS {
pub DeviceType: DXVAHD_DEVICE_TYPE,
pub DeviceCaps: u32,
pub FeatureCaps: u32,
pub FilterCaps: u32,
pub InputFormatCaps: u32,
pub InputPool: D3DPOOL,
pub OutputFormatCount: u32,
pub InputFormatCount: u32,
pub VideoProcessorCount: u32,
pub MaxInputStreams: u32,
pub MaxStreamStates: u32,
}
Fields§
§DeviceType: DXVAHD_DEVICE_TYPE
§DeviceCaps: u32
§FeatureCaps: u32
§FilterCaps: u32
§InputFormatCaps: u32
§InputPool: D3DPOOL
§OutputFormatCount: u32
§InputFormatCount: u32
§VideoProcessorCount: u32
§MaxInputStreams: u32
§MaxStreamStates: u32
Trait Implementations§
§impl Clone for DXVAHD_VPDEVCAPS
impl Clone for DXVAHD_VPDEVCAPS
§fn clone(&self) -> DXVAHD_VPDEVCAPS
fn clone(&self) -> DXVAHD_VPDEVCAPS
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_VPDEVCAPS
impl Debug for DXVAHD_VPDEVCAPS
§impl Default for DXVAHD_VPDEVCAPS
impl Default for DXVAHD_VPDEVCAPS
§impl PartialEq for DXVAHD_VPDEVCAPS
impl PartialEq for DXVAHD_VPDEVCAPS
impl Copy for DXVAHD_VPDEVCAPS
impl StructuralPartialEq for DXVAHD_VPDEVCAPS
Auto Trait Implementations§
impl Freeze for DXVAHD_VPDEVCAPS
impl RefUnwindSafe for DXVAHD_VPDEVCAPS
impl Send for DXVAHD_VPDEVCAPS
impl Sync for DXVAHD_VPDEVCAPS
impl Unpin for DXVAHD_VPDEVCAPS
impl UnwindSafe for DXVAHD_VPDEVCAPS
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