Struct 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 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