Struct ovr_mobile_sys::ovrFrameLayer [] [src]

#[repr(C)]
pub struct ovrFrameLayer { pub Textures: [ovrFrameLayerTexture; 2], pub SpinSpeed: f32, pub SpinScale: f32, pub ColorScale: f32, pub dead18: [c_uchar; 4], pub SrcBlend: ovrFrameLayerBlend, pub DstBlend: ovrFrameLayerBlend, pub Flags: c_int, }

Fields

Trait Implementations

impl Debug for ovrFrameLayer
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrFrameLayer
[src]

impl Clone for ovrFrameLayer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more