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: u16
target_listed: gboolean
event_simulcast: gboolean
link_type: u8
target_id_type: u8
original_network_id_flag: gboolean
service_id_flag: gboolean
user_defined_id: u16
target_transport_stream_id: u16
target_original_network_id: u16
target_service_id: u16
Trait Implementations
Auto Trait Implementations
impl Send for GstMpegtsDVBLinkageExtendedEvent
impl Sync for GstMpegtsDVBLinkageExtendedEvent
impl Unpin for GstMpegtsDVBLinkageExtendedEvent
Blanket Implementations
Mutably borrows from an owned value. Read more