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

Size(in kb) of the current available physical framebuffer for allocating video memory surfaces.

Methods

impl NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]

[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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]

[src]

Formats the value using the given formatter. Read more

impl Deref for NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl DerefMut for NV_DISPLAY_DRIVER_MEMORY_INFO_V2
[src]

[src]

Mutably dereferences the value.