Enum gvr_sys::gvr_audio_rendering_mode [] [src]

#[repr(u32)] #[repr(C)]
pub enum gvr_audio_rendering_mode { GVR_AUDIO_RENDERING_STEREO_PANNING, GVR_AUDIO_RENDERING_BINAURAL_LOW_QUALITY, GVR_AUDIO_RENDERING_BINAURAL_HIGH_QUALITY, }

Rendering modes define CPU load / rendering quality balances.

Variants

Trait Implementations

impl Debug for gvr_audio_rendering_mode
[src]

[src]

Formats the value using the given formatter.

impl Copy for gvr_audio_rendering_mode
[src]

impl Clone for gvr_audio_rendering_mode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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