#[repr(C)]pub struct DXVA2_DecodeBufferDesc {
pub CompressedBufferType: DWORD,
pub BufferIndex: UINT,
pub DataOffset: UINT,
pub DataSize: UINT,
pub FirstMBaddress: UINT,
pub NumMBsInBuffer: UINT,
pub Width: UINT,
pub Height: UINT,
pub Stride: UINT,
pub ReservedBits: UINT,
pub pvPVPState: PVOID,
}
Fields§
§CompressedBufferType: DWORD
§BufferIndex: UINT
§DataOffset: UINT
§DataSize: UINT
§FirstMBaddress: UINT
§NumMBsInBuffer: UINT
§Width: UINT
§Height: UINT
§Stride: UINT
§ReservedBits: UINT
§pvPVPState: PVOID
Trait Implementations§
Source§impl Clone for DXVA2_DecodeBufferDesc
impl Clone for DXVA2_DecodeBufferDesc
Source§fn clone(&self) -> DXVA2_DecodeBufferDesc
fn clone(&self) -> DXVA2_DecodeBufferDesc
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 moreSource§impl Default for DXVA2_DecodeBufferDesc
impl Default for DXVA2_DecodeBufferDesc
Source§fn default() -> DXVA2_DecodeBufferDesc
fn default() -> DXVA2_DecodeBufferDesc
Returns the “default value” for a type. Read more
impl Copy for DXVA2_DecodeBufferDesc
Auto Trait Implementations§
impl Freeze for DXVA2_DecodeBufferDesc
impl RefUnwindSafe for DXVA2_DecodeBufferDesc
impl !Send for DXVA2_DecodeBufferDesc
impl !Sync for DXVA2_DecodeBufferDesc
impl Unpin for DXVA2_DecodeBufferDesc
impl UnwindSafe for DXVA2_DecodeBufferDesc
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