Struct gstreamer_mpegts_sys::GstMpegtsSDTService [−][src]
#[repr(C)]pub struct GstMpegtsSDTService { pub service_id: u16, pub EIT_schedule_flag: gboolean, pub EIT_present_following_flag: gboolean, pub running_status: GstMpegtsRunningStatus, pub free_CA_mode: gboolean, pub descriptors: *mut GPtrArray, }
Fields
service_id: u16
EIT_schedule_flag: gboolean
EIT_present_following_flag: gboolean
running_status: GstMpegtsRunningStatus
free_CA_mode: gboolean
descriptors: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSDTService
impl !Send for GstMpegtsSDTService
impl !Sync for GstMpegtsSDTService
impl Unpin for GstMpegtsSDTService
impl UnwindSafe for GstMpegtsSDTService
Blanket Implementations
Mutably borrows from an owned value. Read more