Enum ovr_mobile_sys::ovrFrameLayerBlend [] [src]

#[repr(u32)] #[repr(C)]
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]

[src]

Formats the value using the given formatter.

impl Copy for ovrFrameLayerBlend
[src]

impl Clone for ovrFrameLayerBlend
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ovrFrameLayerBlend
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ovrFrameLayerBlend
[src]

impl Hash for ovrFrameLayerBlend
[src]

[src]

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

1.3.0
[src]

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