Struct gstreamer_mpegts_sys::GstMpegtsDVBLinkageMobileHandOver [−][src]
#[repr(C)]pub struct GstMpegtsDVBLinkageMobileHandOver { pub hand_over_type: GstMpegtsDVBLinkageHandOverType, pub origin_type: gboolean, pub network_id: u16, pub initial_service_id: u16, }
Fields
hand_over_type: GstMpegtsDVBLinkageHandOverType
origin_type: gboolean
network_id: u16
initial_service_id: u16
Trait Implementations
Auto Trait Implementations
impl Send for GstMpegtsDVBLinkageMobileHandOver
impl Sync for GstMpegtsDVBLinkageMobileHandOver
impl Unpin for GstMpegtsDVBLinkageMobileHandOver
Blanket Implementations
Mutably borrows from an owned value. Read more