Struct webrtc_media::io::ogg_writer::OggWriter
source · [−]Expand description
OggWriter is used to take RTP packets and write them to an OGG on disk
Implementations
Trait Implementations
Auto Trait Implementations
impl<W> RefUnwindSafe for OggWriter<W>where
W: RefUnwindSafe,
impl<W> Send for OggWriter<W>where
W: Send,
impl<W> Sync for OggWriter<W>where
W: Sync,
impl<W> Unpin for OggWriter<W>where
W: Unpin,
impl<W> UnwindSafe for OggWriter<W>where
W: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more