Struct ovr_sys::ovrLayerHeader [] [src]

#[repr(C)]
pub struct ovrLayerHeader { pub _align: [isize; 0], pub Type: ovrLayerType, pub Flags: c_unsigned, }

Defines properties shared by all ovrLayer structs, such as ovrLayerEyeFov.

ovrLayerHeader is used as a base member in these larger structs.

This struct cannot be used by itself except for the case that Type is ovrLayerType_Disabled.

see ovrLayerType, ovrLayerFlags

Fields

Described by ovrLayerType.

Described by ovrLayerFlags.

Trait Implementations

impl Debug for ovrLayerHeader
[src]

Formats the value using the given formatter.

impl Copy for ovrLayerHeader
[src]

impl Clone for ovrLayerHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more