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