Enum ovr_mobile_sys::ovrFrameLayerBlend [] [src]

#[repr(u32)]
pub enum ovrFrameLayerBlend { VRAPI_FRAME_LAYER_BLEND_ZERO, VRAPI_FRAME_LAYER_BLEND_ONE, VRAPI_FRAME_LAYER_BLEND_SRC_ALPHA, VRAPI_FRAME_LAYER_BLEND_DST_ALPHA, VRAPI_FRAME_LAYER_BLEND_ONE_MINUS_DST_ALPHA, VRAPI_FRAME_LAYER_BLEND_ONE_MINUS_SRC_ALPHA, }

Variants

Trait Implementations

impl Debug for ovrFrameLayerBlend
[src]

Formats the value using the given formatter.

impl Copy for ovrFrameLayerBlend
[src]

impl Clone for ovrFrameLayerBlend
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ovrFrameLayerBlend
[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 ovrFrameLayerBlend
[src]

impl Hash for ovrFrameLayerBlend
[src]

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

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