Union ovr_mobile_sys::ovrLayer_Union2 [] [src]

#[repr(C)]
pub union ovrLayer_Union2 { pub Header: ovrLayerHeader2, pub Projection: ovrLayerProjection2, pub Cylinder: ovrLayerCylinder2, pub Cube: ovrLayerCube2, pub Equirect: ovrLayerEquirect2, pub LoadingIcon: ovrLayerLoadingIcon2, // some fields omitted }

Fields

Header: ovrLayerHeader2 Projection: ovrLayerProjection2 Cylinder: ovrLayerCylinder2 Cube: ovrLayerCube2 Equirect: ovrLayerEquirect2 LoadingIcon: ovrLayerLoadingIcon2

Trait Implementations

impl Copy for ovrLayer_Union2
[src]

impl Clone for ovrLayer_Union2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more