Struct windows_sys::Win32::Graphics::DirectDraw::VMEMR
[−]#[repr(C)]pub struct VMEMR {}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
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
Auto Trait Implementations
impl RefUnwindSafe for VMEMR
impl !Send for VMEMR
impl !Sync for VMEMR
impl Unpin for VMEMR
impl UnwindSafe for VMEMR
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