Crate nvapi_sys [] [src]

Reexports

pub use nvid::Api;
pub use nvapi::nvapi_QueryInterface;
pub use types::*;
pub use status::NvAPI_Status;
pub use status::Status;

Modules

dispcontrol
driverapi

The display driver APIs are used to retrieve information about the display driver.

gpu

The GPU APIs retrieve and control various attributes of the GPU, such as outputs, VBIOS revision, APG rate, frame buffer size, and thermal settings.

handles

NVAPI Handles - These handles are retrieved from various calls and passed in to others in NvAPI These are meant to be opaque types. Do not assume they correspond to indices, HDCs, display indexes or anything else.

nvapi
nvid
status
types

Structs

ArgumentRangeError

Functions

status_result

Type Definitions

Result