Struct ovr_mobile_sys::ovrPerformanceParms [] [src]

#[repr(C)]
pub struct ovrPerformanceParms { pub CpuLevel: c_int, pub GpuLevel: c_int, pub MainThreadTid: c_int, pub RenderThreadTid: c_int, }

Fields

Trait Implementations

impl Debug for ovrPerformanceParms
[src]

Formats the value using the given formatter.

impl Copy for ovrPerformanceParms
[src]

impl Clone for ovrPerformanceParms
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more