Struct audio_processor_traits::context::AudioContext
source · #[non_exhaustive]pub struct AudioContext {
pub settings: AudioProcessorSettings,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.settings: AudioProcessorSettings
Trait Implementations§
source§impl Default for AudioContext
impl Default for AudioContext
source§fn default() -> AudioContext
fn default() -> AudioContext
Returns the “default value” for a type. Read more
source§impl From<AudioProcessorSettings> for AudioContext
impl From<AudioProcessorSettings> for AudioContext
source§fn from(value: AudioProcessorSettings) -> Self
fn from(value: AudioProcessorSettings) -> Self
Converts to this type from the input type.