pub enum VideoCodecSpecific {
AVCConfig(Vec<u8>),
VPxConfig(VPxConfigBox),
ESDSConfig(Vec<u8>),
}
Variants§
Trait Implementations§
Source§impl Clone for VideoCodecSpecific
impl Clone for VideoCodecSpecific
Source§fn clone(&self) -> VideoCodecSpecific
fn clone(&self) -> VideoCodecSpecific
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for VideoCodecSpecific
impl RefUnwindSafe for VideoCodecSpecific
impl Send for VideoCodecSpecific
impl Sync for VideoCodecSpecific
impl Unpin for VideoCodecSpecific
impl UnwindSafe for VideoCodecSpecific
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