pub enum AvcBitstreamFormat {
ANNEXB,
AVC,
}Variants§
Trait Implementations§
Source§impl Clone for AvcBitstreamFormat
impl Clone for AvcBitstreamFormat
Source§fn clone(&self) -> AvcBitstreamFormat
fn clone(&self) -> AvcBitstreamFormat
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 AvcBitstreamFormat
impl Debug for AvcBitstreamFormat
Source§impl From<&AvcBitstreamFormat> for Any
impl From<&AvcBitstreamFormat> for Any
Source§fn from(s: &AvcBitstreamFormat) -> Any
fn from(s: &AvcBitstreamFormat) -> Any
Converts to this type from the input type.
Source§impl From<AvcBitstreamFormat> for Any
impl From<AvcBitstreamFormat> for Any
Source§fn from(s: AvcBitstreamFormat) -> Any
fn from(s: AvcBitstreamFormat) -> Any
Converts to this type from the input type.
Source§impl FromVal for AvcBitstreamFormat
impl FromVal for AvcBitstreamFormat
Source§impl PartialEq for AvcBitstreamFormat
impl PartialEq for AvcBitstreamFormat
Source§impl PartialOrd for AvcBitstreamFormat
impl PartialOrd for AvcBitstreamFormat
impl Copy for AvcBitstreamFormat
impl StructuralPartialEq for AvcBitstreamFormat
Auto Trait Implementations§
impl Freeze for AvcBitstreamFormat
impl RefUnwindSafe for AvcBitstreamFormat
impl Send for AvcBitstreamFormat
impl Sync for AvcBitstreamFormat
impl Unpin for AvcBitstreamFormat
impl UnwindSafe for AvcBitstreamFormat
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