Struct gstreamer_mpegts_sys::GstMpegtsDVBLinkageEvent [−][src]
#[repr(C)]pub struct GstMpegtsDVBLinkageEvent { pub target_event_id: u16, pub target_listed: gboolean, pub event_simulcast: gboolean, }
Fields
target_event_id: u16
target_listed: gboolean
event_simulcast: gboolean
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsDVBLinkageEvent
impl Send for GstMpegtsDVBLinkageEvent
impl Sync for GstMpegtsDVBLinkageEvent
impl Unpin for GstMpegtsDVBLinkageEvent
impl UnwindSafe for GstMpegtsDVBLinkageEvent
Blanket Implementations
Mutably borrows from an owned value. Read more