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