pub struct SoundfieldGroupLabelSubDescriptor {
pub mca_tag_symbol: Option<McaTagSymbol>,
pub mca_tag_name: Option<String>,
pub mca_audio_content_kind: Option<String>,
pub rfc5646_spoken_language: Option<LanguageTag>,
}Expand description
Soundfield group label sub-descriptor — contains language and audio content kind
Fields§
§mca_tag_symbol: Option<McaTagSymbol>§mca_tag_name: Option<String>§mca_audio_content_kind: Option<String>§rfc5646_spoken_language: Option<LanguageTag>RFC 5646 language tag — field name varies between vendors
Trait Implementations§
Source§impl Clone for SoundfieldGroupLabelSubDescriptor
impl Clone for SoundfieldGroupLabelSubDescriptor
Source§fn clone(&self) -> SoundfieldGroupLabelSubDescriptor
fn clone(&self) -> SoundfieldGroupLabelSubDescriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SoundfieldGroupLabelSubDescriptor
impl<'de> Deserialize<'de> for SoundfieldGroupLabelSubDescriptor
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 PartialEq for SoundfieldGroupLabelSubDescriptor
impl PartialEq for SoundfieldGroupLabelSubDescriptor
Source§fn eq(&self, other: &SoundfieldGroupLabelSubDescriptor) -> bool
fn eq(&self, other: &SoundfieldGroupLabelSubDescriptor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SoundfieldGroupLabelSubDescriptor
Auto Trait Implementations§
impl Freeze for SoundfieldGroupLabelSubDescriptor
impl RefUnwindSafe for SoundfieldGroupLabelSubDescriptor
impl Send for SoundfieldGroupLabelSubDescriptor
impl Sync for SoundfieldGroupLabelSubDescriptor
impl Unpin for SoundfieldGroupLabelSubDescriptor
impl UnsafeUnpin for SoundfieldGroupLabelSubDescriptor
impl UnwindSafe for SoundfieldGroupLabelSubDescriptor
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