Struct ovr_mobile_sys::ovrLayerLoadingIcon2 [] [src]

#[repr(C)]
pub struct ovrLayerLoadingIcon2 { pub Header: ovrLayerHeader2, pub SpinSpeed: f32, pub SpinScale: f32, pub ColorSwapChain: *mut ovrTextureSwapChain, pub SwapChainIndex: c_int, }

Fields

Trait Implementations

impl Debug for ovrLayerLoadingIcon2
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrLayerLoadingIcon2
[src]

impl Clone for ovrLayerLoadingIcon2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more