pub struct SyncSampleBox {
pub samples: Vec<u32>,
}
Fields§
§samples: Vec<u32>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncSampleBox
impl RefUnwindSafe for SyncSampleBox
impl Send for SyncSampleBox
impl Sync for SyncSampleBox
impl Unpin for SyncSampleBox
impl UnwindSafe for SyncSampleBox
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