NV_MEMORY_RANGE

Type Alias NV_MEMORY_RANGE 

Source
pub type NV_MEMORY_RANGE = _NV_MEMORY_RANGE;

Aliased Type§

#[repr(C)]
pub struct NV_MEMORY_RANGE { pub BaseAddress: *mut c_void, pub Length: u64, }

Fields§

§BaseAddress: *mut c_void§Length: u64