#[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§
source§impl Clone for GstMpegtsSDTService
impl Clone for GstMpegtsSDTService
source§fn clone(&self) -> GstMpegtsSDTService
fn clone(&self) -> GstMpegtsSDTService
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more