Struct windows_sys::Win32::Graphics::DirectDraw::MDL
[−]#[repr(C)]pub struct MDL {
pub MdlNext: *mut MDL,
pub MdlSize: i16,
pub MdlFlags: i16,
pub Process: *mut MDL_0,
pub lpMappedSystemVa: *mut u32,
pub lpStartVa: *mut u32,
pub ByteCount: u32,
pub ByteOffset: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
MdlNext: *mut MDL
MdlSize: i16
MdlFlags: i16
Process: *mut MDL_0
lpMappedSystemVa: *mut u32
lpStartVa: *mut u32
ByteCount: u32
ByteOffset: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MDL
impl !Send for MDL
impl !Sync for MDL
impl Unpin for MDL
impl UnwindSafe for MDL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more