Struct PHYSICAL_MEMORY_DESCRIPTOR64
#[repr(C)]pub struct PHYSICAL_MEMORY_DESCRIPTOR64 {
pub NumberOfRuns: u32,
pub NumberOfPages: u64,
pub Run: [PHYSICAL_MEMORY_RUN64; 1],
}
Fields§
§NumberOfRuns: u32
§NumberOfPages: u64
§Run: [PHYSICAL_MEMORY_RUN64; 1]
Trait Implementations§
§impl Clone for PHYSICAL_MEMORY_DESCRIPTOR64
impl Clone for PHYSICAL_MEMORY_DESCRIPTOR64
§fn clone(&self) -> PHYSICAL_MEMORY_DESCRIPTOR64
fn clone(&self) -> PHYSICAL_MEMORY_DESCRIPTOR64
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PHYSICAL_MEMORY_DESCRIPTOR64
Auto Trait Implementations§
impl Freeze for PHYSICAL_MEMORY_DESCRIPTOR64
impl RefUnwindSafe for PHYSICAL_MEMORY_DESCRIPTOR64
impl Send for PHYSICAL_MEMORY_DESCRIPTOR64
impl Sync for PHYSICAL_MEMORY_DESCRIPTOR64
impl Unpin for PHYSICAL_MEMORY_DESCRIPTOR64
impl UnwindSafe for PHYSICAL_MEMORY_DESCRIPTOR64
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