pub struct Apm;Implementations§
Source§impl Apm
impl Apm
pub fn process_near(&self, _frame: &mut [f32]) -> i32
pub fn process_far(&self, _frame: &[f32]) -> i32
pub fn set_stream_delay_ms(&self, _ms: i32)
Auto Trait Implementations§
impl Freeze for Apm
impl RefUnwindSafe for Apm
impl Send for Apm
impl Sync for Apm
impl Unpin for Apm
impl UnsafeUnpin for Apm
impl UnwindSafe for Apm
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