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.
Fields
_align: [isize; 0]
Type: ovrLayerType
Described by ovrLayerType.
Flags: c_unsigned
Described by ovrLayerFlags.
Trait Implementations
impl Debug for ovrLayerHeader[src]
impl Copy for ovrLayerHeader[src]
impl Clone for ovrLayerHeader[src]
fn clone(&self) -> ovrLayerHeader
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more