Struct web_audio_api::buffer::ChannelConfigOptions [−][src]
pub struct ChannelConfigOptions {
pub count: usize,
pub mode: ChannelCountMode,
pub interpretation: ChannelInterpretation,
}
Expand description
Options for constructing ChannelConfig
Fields
count: usize
mode: ChannelCountMode
interpretation: ChannelInterpretation
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ChannelConfigOptions
impl Send for ChannelConfigOptions
impl Sync for ChannelConfigOptions
impl Unpin for ChannelConfigOptions
impl UnwindSafe for ChannelConfigOptions
Blanket Implementations
Mutably borrows from an owned value. Read more