#[repr(C)]pub struct MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION {
pub NextEntryOffset: u32,
pub SizeOfInformation: u32,
pub Flags: u32,
pub AttributesOffset: u32,
pub AttributeCount: u32,
pub Reserved: u32,
pub TypeId: u64,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
NextEntryOffset: u32
SizeOfInformation: u32
Flags: u32
AttributesOffset: u32
AttributeCount: u32
Reserved: u32
TypeId: u64
Trait Implementations
impl Copy for MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION
Auto Trait Implementations
impl RefUnwindSafe for MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION
impl Send for MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION
impl Sync for MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION
impl Unpin for MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION
impl UnwindSafe for MEMORY_PARTITION_DEDICATED_MEMORY_INFORMATION
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