#[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§
source§impl Clone for GstMpegtsDVBLinkageEvent
impl Clone for GstMpegtsDVBLinkageEvent
source§fn clone(&self) -> GstMpegtsDVBLinkageEvent
fn clone(&self) -> GstMpegtsDVBLinkageEvent
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