Struct windows_sys::Win32::Media::DirectShow::VMRALLOCATIONINFO
[−]#[repr(C)]pub struct VMRALLOCATIONINFO {
pub dwFlags: u32,
pub lpHdr: *mut BITMAPINFOHEADER,
pub lpPixFmt: *mut DDPIXELFORMAT,
pub szAspectRatio: SIZE,
pub dwMinBuffers: u32,
pub dwMaxBuffers: u32,
pub dwInterlaceFlags: u32,
pub szNativeSize: SIZE,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
, "Win32_Graphics_DirectDraw"
, "Win32_Graphics_Gdi"
Fields
dwFlags: u32
lpHdr: *mut BITMAPINFOHEADER
lpPixFmt: *mut DDPIXELFORMAT
szAspectRatio: SIZE
dwMinBuffers: u32
dwMaxBuffers: u32
dwInterlaceFlags: u32
szNativeSize: SIZE
Trait Implementations
impl Clone for VMRALLOCATIONINFO
impl Clone for VMRALLOCATIONINFO
impl Copy for VMRALLOCATIONINFO
Auto Trait Implementations
impl RefUnwindSafe for VMRALLOCATIONINFO
impl !Send for VMRALLOCATIONINFO
impl !Sync for VMRALLOCATIONINFO
impl Unpin for VMRALLOCATIONINFO
impl UnwindSafe for VMRALLOCATIONINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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