Struct gstreamer_mpegts_sys::GstMpegtsDataBroadcastDescriptor [−][src]
#[repr(C)]pub struct GstMpegtsDataBroadcastDescriptor { pub data_broadcast_id: u16, pub component_tag: u8, pub length: u8, pub selector_bytes: *mut u8, pub language_code: *mut c_char, pub text: *mut c_char, }
Fields
data_broadcast_id: u16component_tag: u8length: u8selector_bytes: *mut u8language_code: *mut c_chartext: *mut c_charTrait Implementations
Auto Trait Implementations
impl !Send for GstMpegtsDataBroadcastDescriptorimpl !Sync for GstMpegtsDataBroadcastDescriptorimpl Unpin for GstMpegtsDataBroadcastDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more