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: u32lpHdr: *mut BITMAPINFOHEADERlpPixFmt: *mut DDPIXELFORMATszAspectRatio: SIZEdwMinBuffers: u32dwMaxBuffers: u32dwInterlaceFlags: u32szNativeSize: SIZETrait 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 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