Struct gstreamer_mpegts_sys::GstMpegtsAtscVCTSource [−][src]
#[repr(C)]pub struct GstMpegtsAtscVCTSource {}Show fields
pub short_name: *mut c_char, pub major_channel_number: u16, pub minor_channel_number: u16, pub modulation_mode: u8, pub carrier_frequency: u32, pub channel_TSID: u16, pub program_number: u16, pub ETM_location: u8, pub access_controlled: gboolean, pub hidden: gboolean, pub path_select: gboolean, pub out_of_band: gboolean, pub hide_guide: gboolean, pub service_type: u8, pub source_id: u16, pub descriptors: *mut GPtrArray,
Fields
short_name: *mut c_charmajor_channel_number: u16minor_channel_number: u16modulation_mode: u8carrier_frequency: u32channel_TSID: u16program_number: u16ETM_location: u8access_controlled: gbooleanpath_select: gbooleanout_of_band: gbooleanhide_guide: gbooleanservice_type: u8source_id: u16descriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsAtscVCTSourceimpl !Send for GstMpegtsAtscVCTSourceimpl !Sync for GstMpegtsAtscVCTSourceimpl Unpin for GstMpegtsAtscVCTSourceimpl UnwindSafe for GstMpegtsAtscVCTSourceBlanket Implementations
Mutably borrows from an owned value. Read more