pub struct Indexing {
pub input_offset: usize,
pub output_offset: usize,
pub partial_len: Option<usize>,
pub active_channels_mask: Option<Vec<bool>>,
}Expand description
A struct for providing optional parameters when calling process_into_buffer.
Fields§
§input_offset: usize§output_offset: usize§partial_len: Option<usize>§active_channels_mask: Option<Vec<bool>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Indexing
impl RefUnwindSafe for Indexing
impl Send for Indexing
impl Sync for Indexing
impl Unpin for Indexing
impl UnwindSafe for Indexing
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