#[repr(u8)]pub enum ContainerFormat {
Cmaf = 0,
}Variants§
Cmaf = 0
CMAF container format
Implementations§
Trait Implementations§
Source§impl Clone for ContainerFormat
impl Clone for ContainerFormat
Source§fn clone(&self) -> ContainerFormat
fn clone(&self) -> ContainerFormat
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 ContainerFormat
impl Debug for ContainerFormat
Source§impl<'de> Deserialize<'de> for ContainerFormat
impl<'de> Deserialize<'de> for ContainerFormat
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ContainerFormat> for u8
impl From<ContainerFormat> for u8
Source§fn from(val: ContainerFormat) -> Self
fn from(val: ContainerFormat) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ContainerFormat
impl PartialEq for ContainerFormat
Source§impl Serialize for ContainerFormat
impl Serialize for ContainerFormat
impl Copy for ContainerFormat
impl Eq for ContainerFormat
impl StructuralPartialEq for ContainerFormat
Auto Trait Implementations§
impl Freeze for ContainerFormat
impl RefUnwindSafe for ContainerFormat
impl Send for ContainerFormat
impl Sync for ContainerFormat
impl Unpin for ContainerFormat
impl UnwindSafe for ContainerFormat
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