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