Enum gvr_sys::gvr_audio_material_type [] [src]

#[repr(u32)]
pub enum gvr_audio_material_type { GVR_AUDIO_MATERIAL_TRANSPARENT, GVR_AUDIO_MATERIAL_ACOUSTIC_CEILING_TILES, GVR_AUDIO_MATERIAL_BRICK_BARE, GVR_AUDIO_MATERIAL_BRICK_PAINTED, GVR_AUDIO_MATERIAL_CONCRETE_BLOCK_COARSE, GVR_AUDIO_MATERIAL_CONCRETE_BLOCK_PAINTED, GVR_AUDIO_MATERIAL_CURTAIN_HEAVY, GVR_AUDIO_MATERIAL_FIBER_GLASS_INSULATION, GVR_AUDIO_MATERIAL_GLASS_THIN, GVR_AUDIO_MATERIAL_GLASS_THICK, GVR_AUDIO_MATERIAL_GRASS, GVR_AUDIO_MATERIAL_LINOLEUM_ON_CONCRETE, GVR_AUDIO_MATERIAL_MARBLE, GVR_AUDIO_MATERIAL_METAL, GVR_AUDIO_MATERIAL_PARQUET_ON_CONCRETE, GVR_AUDIO_MATERIAL_PLASTER_ROUGH, GVR_AUDIO_MATERIAL_PLASTER_SMOOTH, GVR_AUDIO_MATERIAL_PLYWOOD_PANEL, GVR_AUDIO_MATERIAL_POLISHED_CONCRETE_OR_TILE, GVR_AUDIO_MATERIAL_SHEET_ROCK, GVR_AUDIO_MATERIAL_WATER_OR_ICE_SURFACE, GVR_AUDIO_MATERIAL_WOOD_CEILING, GVR_AUDIO_MATERIAL_WOOD_PANEL, }

Room surface material names, used to set room properties.

Variants

Trait Implementations

impl Debug for gvr_audio_material_type
[src]

Formats the value using the given formatter.

impl Copy for gvr_audio_material_type
[src]

impl Clone for gvr_audio_material_type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for gvr_audio_material_type
[src]

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

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