pub enum MetadataType {
PreferredAudioContexts = 1,
StreamingAudioContexts = 2,
ProgramInfo = 3,
Language = 4,
CCIDList = 5,
ParentalRating = 6,
ProgramInfoURI = 7,
AudioActiveState = 8,
BroadcastAudioImmediateRenderingFlag = 9,
ExtendedMetadata = 254,
VendorSpecific = 255,
}
Variants§
PreferredAudioContexts = 1
StreamingAudioContexts = 2
ProgramInfo = 3
Language = 4
CCIDList = 5
ParentalRating = 6
ProgramInfoURI = 7
AudioActiveState = 8
BroadcastAudioImmediateRenderingFlag = 9
ExtendedMetadata = 254
VendorSpecific = 255
Implementations§
Trait Implementations§
Source§impl Clone for MetadataType
impl Clone for MetadataType
Source§fn clone(&self) -> MetadataType
fn clone(&self) -> MetadataType
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 MetadataType
impl Debug for MetadataType
Source§impl From<MetadataType> for u8
impl From<MetadataType> for u8
Source§fn from(v: MetadataType) -> u8
fn from(v: MetadataType) -> u8
Converts to this type from the input type.
Source§impl Hash for MetadataType
impl Hash for MetadataType
Source§impl PartialEq for MetadataType
impl PartialEq for MetadataType
Source§impl TryFrom<u8> for MetadataType
impl TryFrom<u8> for MetadataType
impl Copy for MetadataType
impl Eq for MetadataType
impl StructuralPartialEq for MetadataType
Auto Trait Implementations§
impl Freeze for MetadataType
impl RefUnwindSafe for MetadataType
impl Send for MetadataType
impl Sync for MetadataType
impl Unpin for MetadataType
impl UnwindSafe for MetadataType
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