Struct windows::Win32::Graphics::DirectDraw::DDMDL
#[repr(C)]pub struct DDMDL {
pub MdlNext: *mut DDMDL,
pub MdlSize: i16,
pub MdlFlags: i16,
pub Process: isize,
pub lpMappedSystemVa: *mut u32,
pub lpStartVa: *mut u32,
pub ByteCount: u32,
pub ByteOffset: u32,
}
Fields§
§MdlNext: *mut DDMDL
§MdlSize: i16
§MdlFlags: i16
§Process: isize
§lpMappedSystemVa: *mut u32
§lpStartVa: *mut u32
§ByteCount: u32
§ByteOffset: u32
Trait Implementations§
impl Copy for DDMDL
impl Eq for DDMDL
impl StructuralPartialEq for DDMDL
Auto Trait Implementations§
impl Freeze for DDMDL
impl RefUnwindSafe for DDMDL
impl !Send for DDMDL
impl !Sync for DDMDL
impl Unpin for DDMDL
impl UnwindSafe for DDMDL
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
)