pub struct DredPacket { /* private fields */ }Expand description
Opus DRED packet state
Implementations§
Trait Implementations§
impl Send for DredPacket
Auto Trait Implementations§
impl Freeze for DredPacket
impl RefUnwindSafe for DredPacket
impl !Sync for DredPacket
impl Unpin for DredPacket
impl UnwindSafe for DredPacket
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