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_charitem: *mut c_charTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsExtendedEventItemimpl !Send for GstMpegtsExtendedEventItemimpl !Sync for GstMpegtsExtendedEventItemimpl Unpin for GstMpegtsExtendedEventItemimpl UnwindSafe for GstMpegtsExtendedEventItemBlanket Implementations
Mutably borrows from an owned value. Read more