Struct ovr_mobile_sys::ovrLayerHeader2_ [] [src]

#[repr(C)]
pub struct ovrLayerHeader2_ { pub Type: ovrLayerType2, pub Flags: u32, pub ColorScale: ovrVector4f, pub SrcBlend: ovrFrameLayerBlend, pub DstBlend: ovrFrameLayerBlend, pub SurfaceTextureObject: jobject, }

Fields

Trait Implementations

impl Debug for ovrLayerHeader2_
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrLayerHeader2_
[src]

impl Clone for ovrLayerHeader2_
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more