Enum steam_audio::ffi::IPLSimulationType [] [src]

#[repr(u32)]
pub enum IPLSimulationType { IPL_SIMTYPE_REALTIME, IPL_SIMTYPE_BAKED, }

The type of simulation to perform. All sound sources must use the same type of simulation; it is not currently possible to use real-time simulation for some sources and baked data for others.

Variants

Trait Implementations

impl Debug for IPLSimulationType
[src]

[src]

Formats the value using the given formatter.

impl Copy for IPLSimulationType
[src]

impl Clone for IPLSimulationType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

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