Struct gstreamer_mpegts_sys::GstMpegtsExtendedEventItem [−][src]
#[repr(C)]pub struct GstMpegtsExtendedEventItem { pub item_description: *mut c_char, pub item: *mut c_char, }
Fields
item_description: *mut c_char
item: *mut c_char
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsExtendedEventItem
impl !Send for GstMpegtsExtendedEventItem
impl !Sync for GstMpegtsExtendedEventItem
impl Unpin for GstMpegtsExtendedEventItem
impl UnwindSafe for GstMpegtsExtendedEventItem
Blanket Implementations
Mutably borrows from an owned value. Read more