pub struct GstMpegtsAudioPreselectionDescriptor {
pub preselection_id: u8,
pub audio_rendering_indication: u8,
pub audio_description: i32,
pub spoken_subtitles: i32,
pub dialogue_enhancement: i32,
pub interactivity_enabled: i32,
pub language_code_present: i32,
pub text_label_present: i32,
pub multi_stream_info_present: i32,
pub future_extension: i32,
pub language_code: *mut i8,
pub message_id: u8,
}Fields
preselection_id: u8audio_rendering_indication: u8audio_description: i32spoken_subtitles: i32dialogue_enhancement: i32interactivity_enabled: i32language_code_present: i32text_label_present: i32multi_stream_info_present: i32future_extension: i32language_code: *mut i8message_id: u8Trait Implementations
sourceimpl Clone for GstMpegtsAudioPreselectionDescriptor
impl Clone for GstMpegtsAudioPreselectionDescriptor
sourcefn clone(&self) -> GstMpegtsAudioPreselectionDescriptor
fn clone(&self) -> GstMpegtsAudioPreselectionDescriptor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstMpegtsAudioPreselectionDescriptor
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsAudioPreselectionDescriptor
impl !Send for GstMpegtsAudioPreselectionDescriptor
impl !Sync for GstMpegtsAudioPreselectionDescriptor
impl Unpin for GstMpegtsAudioPreselectionDescriptor
impl UnwindSafe for GstMpegtsAudioPreselectionDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more