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