Struct nvapi_sys::driverapi::NV_DISPLAY_DRIVER_MEMORY_INFO_V1 [] [src]

#[repr(C)]
pub struct NV_DISPLAY_DRIVER_MEMORY_INFO_V1 { pub version: u32, pub dedicatedVideoMemory: u32, pub availableDedicatedVideoMemory: u32, pub systemVideoMemory: u32, pub sharedSystemMemory: u32, }

Used in NvAPI_GPU_GetMemoryInfo().

Fields

Version info

Size(in kb) of the physical framebuffer.

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

Size(in kb) of system memory the driver allocates at load time.

Size(in kb) of shared system memory that driver is allowed to commit for surfaces across all allocations.

Methods

impl NV_DISPLAY_DRIVER_MEMORY_INFO_V1
[src]

[src]

Trait Implementations

impl Copy for NV_DISPLAY_DRIVER_MEMORY_INFO_V1
[src]

impl Clone for NV_DISPLAY_DRIVER_MEMORY_INFO_V1
[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_V1
[src]

[src]

Formats the value using the given formatter. Read more