pub struct ScriptProcessorOptions {
pub buffer_size: usize,
pub number_of_input_channels: usize,
pub number_of_output_channels: usize,
}
Expand description
Options for constructing an ScriptProcessorNode
Fields§
§buffer_size: usize
§number_of_input_channels: usize
§number_of_output_channels: usize
Trait Implementations§
Source§impl Clone for ScriptProcessorOptions
impl Clone for ScriptProcessorOptions
Source§fn clone(&self) -> ScriptProcessorOptions
fn clone(&self) -> ScriptProcessorOptions
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for ScriptProcessorOptions
impl RefUnwindSafe for ScriptProcessorOptions
impl Send for ScriptProcessorOptions
impl Sync for ScriptProcessorOptions
impl Unpin for ScriptProcessorOptions
impl UnwindSafe for ScriptProcessorOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more