pub struct AudioPort {
pub buffer: Arc<SimpleMutex<Vec<f32>>>,
pub finished: Arc<SimpleMutex<bool>>,
}Fields§
§buffer: Arc<SimpleMutex<Vec<f32>>>§finished: Arc<SimpleMutex<bool>>Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for AudioPort
impl !UnwindSafe for AudioPort
impl Freeze for AudioPort
impl Send for AudioPort
impl Sync for AudioPort
impl Unpin for AudioPort
impl UnsafeUnpin for AudioPort
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