Struct ovr_sys::ovrErrorInfo [] [src]

#[repr(C)]
pub struct ovrErrorInfo { pub Result: ovrResult, pub ErrorString: [c_char; 512], }

Provides information about the last error.

see ovr_GetLastErrorInfo

Fields

The result from the last API call that generated an error ovrResult.

A UTF8-encoded null-terminated English string describing the problem. The format of this string is subject to change in future versions.

Trait Implementations

impl Copy for ovrErrorInfo
[src]

impl Clone for ovrErrorInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ovrErrorInfo
[src]

Formats the value using the given formatter.