pub enum AudioPacket {
Samples(Vec<f64>),
Raw(Vec<u8>),
}Variants§
Implementations§
Source§impl AudioPacket
impl AudioPacket
Auto Trait Implementations§
impl Freeze for AudioPacket
impl RefUnwindSafe for AudioPacket
impl Send for AudioPacket
impl Sync for AudioPacket
impl Unpin for AudioPacket
impl UnwindSafe for AudioPacket
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