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 VMEML
ptr: usize
size: u32
bDiscardable: BOOL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VMEML
impl !Send for VMEML
impl !Sync for VMEML
impl Unpin for VMEML
impl UnwindSafe for VMEML
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