#[repr(C)]pub struct GstMpegtsAudioPreselectionDescriptor {
pub preselection_id: u8,
pub audio_rendering_indication: u8,
pub audio_description: gboolean,
pub spoken_subtitles: gboolean,
pub dialogue_enhancement: gboolean,
pub interactivity_enabled: gboolean,
pub language_code_present: gboolean,
pub text_label_present: gboolean,
pub multi_stream_info_present: gboolean,
pub future_extension: gboolean,
pub language_code: *mut c_char,
pub message_id: u8,
}
Fields§
§preselection_id: u8
§audio_rendering_indication: u8
§audio_description: gboolean
§spoken_subtitles: gboolean
§dialogue_enhancement: gboolean
§interactivity_enabled: gboolean
§language_code_present: gboolean
§text_label_present: gboolean
§multi_stream_info_present: gboolean
§future_extension: gboolean
§language_code: *mut c_char
§message_id: u8
Trait Implementations§
source§impl Clone for GstMpegtsAudioPreselectionDescriptor
impl Clone for GstMpegtsAudioPreselectionDescriptor
source§fn clone(&self) -> GstMpegtsAudioPreselectionDescriptor
fn clone(&self) -> GstMpegtsAudioPreselectionDescriptor
Returns a copy 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 moreimpl Copy for GstMpegtsAudioPreselectionDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsAudioPreselectionDescriptor
impl RefUnwindSafe for GstMpegtsAudioPreselectionDescriptor
impl !Send for GstMpegtsAudioPreselectionDescriptor
impl !Sync for GstMpegtsAudioPreselectionDescriptor
impl Unpin for GstMpegtsAudioPreselectionDescriptor
impl UnwindSafe for GstMpegtsAudioPreselectionDescriptor
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)