#[repr(u8)]pub enum AudioFormatId {
CEA861 = 0,
CEA861Cxt = 1,
Invalid(u8),
}Variants§
CEA861 = 0
As defined in CEA-861-D
CEA861Cxt = 1
CXT (Coding Extenstion Type) field as defined in CTA-861-G
Invalid(u8)
Implementations§
Source§impl AudioFormatId
impl AudioFormatId
Trait Implementations§
Source§impl Clone for AudioFormatId
impl Clone for AudioFormatId
Source§fn clone(&self) -> AudioFormatId
fn clone(&self) -> AudioFormatId
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 AudioFormatId
impl Debug for AudioFormatId
Source§impl Hash for AudioFormatId
impl Hash for AudioFormatId
Source§impl PartialEq for AudioFormatId
impl PartialEq for AudioFormatId
impl Copy for AudioFormatId
impl Eq for AudioFormatId
impl StructuralPartialEq for AudioFormatId
Auto Trait Implementations§
impl Freeze for AudioFormatId
impl RefUnwindSafe for AudioFormatId
impl Send for AudioFormatId
impl Sync for AudioFormatId
impl Unpin for AudioFormatId
impl UnsafeUnpin for AudioFormatId
impl UnwindSafe for AudioFormatId
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