Struct ntapi::ntpfapi::PF_PHYSICAL_MEMORY_RANGE_INFO
source · [−]#[repr(C)]pub struct PF_PHYSICAL_MEMORY_RANGE_INFO {
pub Version: ULONG,
pub RangeCount: ULONG,
pub Ranges: [PF_PHYSICAL_MEMORY_RANGE; 1],
}
Fields
Version: ULONG
RangeCount: ULONG
Ranges: [PF_PHYSICAL_MEMORY_RANGE; 1]
Trait Implementations
sourceimpl Clone for PF_PHYSICAL_MEMORY_RANGE_INFO
impl Clone for PF_PHYSICAL_MEMORY_RANGE_INFO
sourcefn clone(&self) -> PF_PHYSICAL_MEMORY_RANGE_INFO
fn clone(&self) -> PF_PHYSICAL_MEMORY_RANGE_INFO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PF_PHYSICAL_MEMORY_RANGE_INFO
Auto Trait Implementations
impl RefUnwindSafe for PF_PHYSICAL_MEMORY_RANGE_INFO
impl Send for PF_PHYSICAL_MEMORY_RANGE_INFO
impl Sync for PF_PHYSICAL_MEMORY_RANGE_INFO
impl Unpin for PF_PHYSICAL_MEMORY_RANGE_INFO
impl UnwindSafe for PF_PHYSICAL_MEMORY_RANGE_INFO
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