#[repr(C)]pub struct ProcessSetup {
pub processMode: int32,
pub symbolicSampleSize: int32,
pub maxSamplesPerBlock: int32,
pub sampleRate: SampleRate,
}Fields§
§processMode: int32§symbolicSampleSize: int32§maxSamplesPerBlock: int32§sampleRate: SampleRateTrait Implementations§
Source§impl Clone for ProcessSetup
impl Clone for ProcessSetup
Source§fn clone(&self) -> ProcessSetup
fn clone(&self) -> ProcessSetup
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 moreimpl Copy for ProcessSetup
impl Send for ProcessSetup
impl Sync for ProcessSetup
Auto Trait Implementations§
impl Freeze for ProcessSetup
impl RefUnwindSafe for ProcessSetup
impl Unpin for ProcessSetup
impl UnwindSafe for ProcessSetup
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