pub struct RealTime { /* private fields */ }Expand description
Structure optimized for real time / rolling computation,
refer to dedicated documentation
Implementations§
Source§impl RealTime
impl RealTime
Sourcepub fn new(sample_rate: u64) -> RealTime
pub fn new(sample_rate: u64) -> RealTime
Builds a new real time core.
sample_rate: sampling rate (Hz)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealTime
impl RefUnwindSafe for RealTime
impl Send for RealTime
impl Sync for RealTime
impl Unpin for RealTime
impl UnwindSafe for RealTime
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