Struct windows::Win32::Graphics::DirectDraw::VMEMR
#[repr(C)]pub struct VMEMR {}
Fields§
§next: *mut VMEMR
§prev: *mut VMEMR
§pUp: *mut VMEMR
§pDown: *mut VMEMR
§pLeft: *mut VMEMR
§pRight: *mut VMEMR
§ptr: usize
§size: u32
§x: u32
§y: u32
§cx: u32
§cy: u32
§flags: u32
§pBits: usize
§bDiscardable: BOOL
Trait Implementations§
impl Copy for VMEMR
impl Eq for VMEMR
impl StructuralPartialEq for VMEMR
Auto Trait Implementations§
impl Freeze for VMEMR
impl RefUnwindSafe for VMEMR
impl !Send for VMEMR
impl !Sync for VMEMR
impl Unpin for VMEMR
impl UnwindSafe for VMEMR
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
)