#[repr(C)]pub struct DXVAHD_VPDEVCAPS {
pub DeviceType: DXVAHD_DEVICE_TYPE,
pub DeviceCaps: UINT,
pub FeatureCaps: UINT,
pub FilterCaps: UINT,
pub InputFormatCaps: UINT,
pub InputPool: D3DPOOL,
pub OutputFormatCount: UINT,
pub InputFormatCount: UINT,
pub VideoProcessorCount: UINT,
pub MaxInputStreams: UINT,
pub MaxStreamStates: UINT,
}
Fields§
§DeviceType: DXVAHD_DEVICE_TYPE
§DeviceCaps: UINT
§FeatureCaps: UINT
§FilterCaps: UINT
§InputFormatCaps: UINT
§InputPool: D3DPOOL
§OutputFormatCount: UINT
§InputFormatCount: UINT
§VideoProcessorCount: UINT
§MaxInputStreams: UINT
§MaxStreamStates: UINT
Trait Implementations§
Source§impl Clone for DXVAHD_VPDEVCAPS
impl Clone for DXVAHD_VPDEVCAPS
Source§fn clone(&self) -> DXVAHD_VPDEVCAPS
fn clone(&self) -> DXVAHD_VPDEVCAPS
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_VPDEVCAPS
impl Default for DXVAHD_VPDEVCAPS
Source§fn default() -> DXVAHD_VPDEVCAPS
fn default() -> DXVAHD_VPDEVCAPS
Returns the “default value” for a type. Read more
impl Copy 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