Struct gstreamer_mpegts_sys::GstMpegtsDVBLinkageExtendedEvent [−][src]
#[repr(C)]pub struct GstMpegtsDVBLinkageExtendedEvent { pub target_event_id: u16, pub target_listed: gboolean, pub event_simulcast: gboolean, pub link_type: u8, pub target_id_type: u8, pub original_network_id_flag: gboolean, pub service_id_flag: gboolean, pub user_defined_id: u16, pub target_transport_stream_id: u16, pub target_original_network_id: u16, pub target_service_id: u16, }
Fields
target_event_id: u16target_listed: gbooleanevent_simulcast: gbooleanlink_type: u8target_id_type: u8original_network_id_flag: gbooleanservice_id_flag: gbooleanuser_defined_id: u16target_transport_stream_id: u16target_original_network_id: u16target_service_id: u16Trait Implementations
Auto Trait Implementations
impl Send for GstMpegtsDVBLinkageExtendedEventimpl Sync for GstMpegtsDVBLinkageExtendedEventimpl Unpin for GstMpegtsDVBLinkageExtendedEventBlanket Implementations
Mutably borrows from an owned value. Read more