#[repr(C, packed(1))]pub struct Mem_Large_Des_s {
pub MLD_Count: u32,
pub MLD_Type: u32,
pub MLD_Alloc_Base: u64,
pub MLD_Alloc_End: u64,
pub MLD_Flags: u32,
pub MLD_Reserved: u32,
}
Expand description
Required features: "Win32_Devices_DeviceAndDriverInstallation"
Fields
MLD_Count: u32
MLD_Type: u32
MLD_Alloc_Base: u64
MLD_Alloc_End: u64
MLD_Flags: u32
MLD_Reserved: u32
Trait Implementations
impl Clone for Mem_Large_Des_s
impl Clone for Mem_Large_Des_s
impl Copy for Mem_Large_Des_s
Auto Trait Implementations
impl RefUnwindSafe for Mem_Large_Des_s
impl Send for Mem_Large_Des_s
impl Sync for Mem_Large_Des_s
impl Unpin for Mem_Large_Des_s
impl UnwindSafe for Mem_Large_Des_s
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