Struct nvapi_sys::driverapi::NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[−]
[src]
#[repr(C)]pub struct NV_DISPLAY_DRIVER_MEMORY_INFO_V2 { pub v1: NV_DISPLAY_DRIVER_MEMORY_INFO_V1, pub curAvailableDedicatedVideoMemory: u32, }
Used in NvAPI_GPU_GetMemoryInfo().
Fields
v1: NV_DISPLAY_DRIVER_MEMORY_INFO_V1
curAvailableDedicatedVideoMemory: u32
Size(in kb) of the current available physical framebuffer for allocating video memory surfaces.
Methods
impl NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]
Methods from Deref<Target = NV_DISPLAY_DRIVER_MEMORY_INFO_V1>
Trait Implementations
impl Copy for NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]
impl Clone for NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]
fn clone(&self) -> NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Deref for NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]
type Target = NV_DISPLAY_DRIVER_MEMORY_INFO_V1
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target
[src]
Dereferences the value.