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