Struct winapi::um::winnt::NV_MEMORY_RANGE
source · #[repr(C)]pub struct NV_MEMORY_RANGE {
pub BaseAddress: *mut VOID,
pub Length: SIZE_T,
}
Fields§
§BaseAddress: *mut VOID
§Length: SIZE_T
Trait Implementations§
source§impl Clone for NV_MEMORY_RANGE
impl Clone for NV_MEMORY_RANGE
source§fn clone(&self) -> NV_MEMORY_RANGE
fn clone(&self) -> NV_MEMORY_RANGE
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 moresource§impl Default for NV_MEMORY_RANGE
impl Default for NV_MEMORY_RANGE
source§fn default() -> NV_MEMORY_RANGE
fn default() -> NV_MEMORY_RANGE
Returns the “default value” for a type. Read more