pub enum DecoderTransport {
Auto,
Raw,
Mp4Raw,
}Variants§
Trait Implementations§
Source§impl Clone for DecoderTransport
impl Clone for DecoderTransport
Source§fn clone(&self) -> DecoderTransport
fn clone(&self) -> DecoderTransport
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DecoderTransport
impl Debug for DecoderTransport
Source§impl PartialEq for DecoderTransport
impl PartialEq for DecoderTransport
impl Copy for DecoderTransport
impl Eq for DecoderTransport
impl StructuralPartialEq for DecoderTransport
Auto Trait Implementations§
impl Freeze for DecoderTransport
impl RefUnwindSafe for DecoderTransport
impl Send for DecoderTransport
impl Sync for DecoderTransport
impl Unpin for DecoderTransport
impl UnsafeUnpin for DecoderTransport
impl UnwindSafe for DecoderTransport
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