Struct gstreamer_mpegts_sys::GstMpegtsDescriptor [−][src]
#[repr(C)]pub struct GstMpegtsDescriptor { pub tag: u8, pub tag_extension: u8, pub length: u8, pub data: *mut u8, pub _gst_reserved: [gpointer; 4], }
Fields
tag: u8tag_extension: u8length: u8data: *mut u8_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsDescriptorimpl !Send for GstMpegtsDescriptorimpl !Sync for GstMpegtsDescriptorimpl Unpin for GstMpegtsDescriptorimpl UnwindSafe for GstMpegtsDescriptorBlanket Implementations
Mutably borrows from an owned value. Read more