Enum ovr_mobile_sys::ovrFrameInit [] [src]

#[repr(u32)]
pub enum ovrFrameInit { VRAPI_FRAME_INIT_DEFAULT, VRAPI_FRAME_INIT_BLACK, VRAPI_FRAME_INIT_BLACK_FLUSH, VRAPI_FRAME_INIT_BLACK_FINAL, VRAPI_FRAME_INIT_LOADING_ICON, VRAPI_FRAME_INIT_LOADING_ICON_FLUSH, VRAPI_FRAME_INIT_MESSAGE, VRAPI_FRAME_INIT_MESSAGE_FLUSH, }

Variants

Trait Implementations

impl Debug for ovrFrameInit
[src]

Formats the value using the given formatter.

impl Copy for ovrFrameInit
[src]

impl Clone for ovrFrameInit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ovrFrameInit
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ovrFrameInit
[src]

impl Hash for ovrFrameInit
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more