Struct windows_sys::Win32::Graphics::DirectDraw::VMEML
[−]#[repr(C)]pub struct VMEML {
pub next: *mut VMEML,
pub ptr: usize,
pub size: u32,
pub bDiscardable: BOOL,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
next: *mut VMEMLptr: usizesize: u32bDiscardable: BOOL