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: BOOLTrait 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more