Struct ovr_sys::ovrGraphicsLuid [] [src]

#[repr(C)]
pub struct ovrGraphicsLuid { pub _align: [isize; 0], pub Reserved: [c_char; 8], }

Identifies a graphics device in a platform-specific way. For Windows this is a LUID type.

Fields

Public definition reserves space for graphics API-specific implementation

Trait Implementations

impl Debug for ovrGraphicsLuid
[src]

Formats the value using the given formatter.

impl Copy for ovrGraphicsLuid
[src]

impl Clone for ovrGraphicsLuid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more