Struct windows::Win32::Graphics::DirectDraw::VMEML
#[repr(C)]pub struct VMEML {
pub next: *mut VMEML,
pub ptr: usize,
pub size: u32,
pub bDiscardable: BOOL,
}
Fields§
§next: *mut VMEML
§ptr: usize
§size: u32
§bDiscardable: BOOL
Trait Implementations§
impl Copy for VMEML
impl Eq for VMEML
impl StructuralPartialEq for VMEML
Auto Trait Implementations§
impl Freeze for VMEML
impl RefUnwindSafe for VMEML
impl !Send for VMEML
impl !Sync for VMEML
impl Unpin for VMEML
impl UnwindSafe for VMEML
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)