Struct windows_sys::Win32::Media::MediaFoundation::DXVACompBufferInfo
[−]#[repr(C)]pub struct DXVACompBufferInfo {
pub NumCompBuffers: u32,
pub WidthToCreate: u32,
pub HeightToCreate: u32,
pub BytesToAllocate: u32,
pub Usage: u32,
pub Pool: D3DPOOL,
pub Format: D3DFORMAT,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D9"
Fields
NumCompBuffers: u32
WidthToCreate: u32
HeightToCreate: u32
BytesToAllocate: u32
Usage: u32
Pool: D3DPOOL
Format: D3DFORMAT
Trait Implementations
impl Clone for DXVACompBufferInfo
impl Clone for DXVACompBufferInfo
impl Copy for DXVACompBufferInfo
Auto Trait Implementations
impl RefUnwindSafe for DXVACompBufferInfo
impl Send for DXVACompBufferInfo
impl Sync for DXVACompBufferInfo
impl Unpin for DXVACompBufferInfo
impl UnwindSafe for DXVACompBufferInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more