Enum openlibspot_playback::decoder::AudioPacket
source · pub enum AudioPacket {
Samples(Vec<f64>),
Raw(Vec<u8>),
}
Variants§
Implementations§
source§impl AudioPacket
impl AudioPacket
Auto Trait Implementations§
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