Struct gstreamer_mpegts_sys::GstMpegtsEITEvent [−][src]
#[repr(C)]pub struct GstMpegtsEITEvent { pub event_id: u16, pub start_time: *mut GstDateTime, pub duration: u32, pub running_status: GstMpegtsRunningStatus, pub free_CA_mode: gboolean, pub descriptors: *mut GPtrArray, }
Fields
event_id: u16start_time: *mut GstDateTimeduration: u32running_status: GstMpegtsRunningStatusfree_CA_mode: gbooleandescriptors: *mut GPtrArrayTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsEITEventimpl !Send for GstMpegtsEITEventimpl !Sync for GstMpegtsEITEventimpl Unpin for GstMpegtsEITEventimpl UnwindSafe for GstMpegtsEITEventBlanket Implementations
Mutably borrows from an owned value. Read more