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]

[src]

Formats the value using the given formatter.

impl Copy for ovrPerformanceParms
[src]

impl Clone for ovrPerformanceParms
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more