pub struct ProcessContext {
pub spec: AudioSpec,
pub frame_size: usize,
pub frame_index: u64,
}Fields§
§spec: AudioSpec§frame_size: usize§frame_index: u64Trait Implementations§
Source§impl Clone for ProcessContext
impl Clone for ProcessContext
Source§fn clone(&self) -> ProcessContext
fn clone(&self) -> ProcessContext
Returns a duplicate 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 moreSource§impl Debug for ProcessContext
impl Debug for ProcessContext
impl Copy for ProcessContext
Auto Trait Implementations§
impl Freeze for ProcessContext
impl RefUnwindSafe for ProcessContext
impl Send for ProcessContext
impl Sync for ProcessContext
impl Unpin for ProcessContext
impl UnsafeUnpin for ProcessContext
impl UnwindSafe for ProcessContext
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