Enum ovr_mobile_sys::ovrTextureType [] [src]

#[repr(u32)] #[repr(C)]
pub enum ovrTextureType { VRAPI_TEXTURE_TYPE_2D, VRAPI_TEXTURE_TYPE_2D_EXTERNAL, VRAPI_TEXTURE_TYPE_2D_ARRAY, VRAPI_TEXTURE_TYPE_CUBE, VRAPI_TEXTURE_TYPE_MAX, }

Variants

Trait Implementations

impl Debug for ovrTextureType
[src]

[src]

Formats the value using the given formatter.

impl Copy for ovrTextureType
[src]

impl Clone for ovrTextureType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

impl Hash for ovrTextureType
[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