Struct windows::Win32::Media::MediaFoundation::DXVA2_DecodeBufferDesc
#[repr(C)]pub struct DXVA2_DecodeBufferDesc {
pub CompressedBufferType: u32,
pub BufferIndex: u32,
pub DataOffset: u32,
pub DataSize: u32,
pub FirstMBaddress: u32,
pub NumMBsInBuffer: u32,
pub Width: u32,
pub Height: u32,
pub Stride: u32,
pub ReservedBits: u32,
pub pvPVPState: *mut c_void,
}
Fields§
§CompressedBufferType: u32
§BufferIndex: u32
§DataOffset: u32
§DataSize: u32
§FirstMBaddress: u32
§NumMBsInBuffer: u32
§Width: u32
§Height: u32
§Stride: u32
§ReservedBits: u32
§pvPVPState: *mut c_void
Trait Implementations§
§impl Clone for DXVA2_DecodeBufferDesc
impl Clone for DXVA2_DecodeBufferDesc
§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 more§impl Debug for DXVA2_DecodeBufferDesc
impl Debug for DXVA2_DecodeBufferDesc
§impl Default for DXVA2_DecodeBufferDesc
impl Default for DXVA2_DecodeBufferDesc
§impl PartialEq for DXVA2_DecodeBufferDesc
impl PartialEq for DXVA2_DecodeBufferDesc
§fn eq(&self, other: &DXVA2_DecodeBufferDesc) -> bool
fn eq(&self, other: &DXVA2_DecodeBufferDesc) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DXVA2_DecodeBufferDesc
impl Eq for DXVA2_DecodeBufferDesc
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)