Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::MEM_DES
[−]#[repr(C, packed(1))]pub struct MEM_DES {
pub MD_Count: u32,
pub MD_Type: u32,
pub MD_Alloc_Base: u64,
pub MD_Alloc_End: u64,
pub MD_Flags: u32,
pub MD_Reserved: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
MD_Count: u32
MD_Type: u32
MD_Alloc_Base: u64
MD_Alloc_End: u64
MD_Flags: u32
MD_Reserved: u32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MEM_DES
impl Send for MEM_DES
impl Sync for MEM_DES
impl Unpin for MEM_DES
impl UnwindSafe for MEM_DES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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