Struct gstreamer_mpegts_sys::GstMpegtsSection [−][src]
#[repr(C)]pub struct GstMpegtsSection {}Show fields
pub parent: GstMiniObject, pub section_type: GstMpegtsSectionType, pub pid: u16, pub table_id: u8, pub subtable_extension: u16, pub version_number: u8, pub current_next_indicator: gboolean, pub section_number: u8, pub last_section_number: u8, pub crc: u32, pub data: *mut u8, pub section_length: c_uint, pub cached_parsed: *mut gpointer, pub destroy_parsed: GDestroyNotify, pub offset: u64, pub short_section: gboolean, pub packetizer: GstMpegtsPacketizeFunc, pub _gst_reserved: [gpointer; 4],
Fields
parent: GstMiniObjectsection_type: GstMpegtsSectionTypepid: u16table_id: u8subtable_extension: u16version_number: u8current_next_indicator: gbooleansection_number: u8last_section_number: u8crc: u32data: *mut u8section_length: c_uintcached_parsed: *mut gpointerdestroy_parsed: GDestroyNotifyoffset: u64short_section: gbooleanpacketizer: GstMpegtsPacketizeFunc_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSectionimpl !Send for GstMpegtsSectionimpl !Sync for GstMpegtsSectionimpl Unpin for GstMpegtsSectionimpl UnwindSafe for GstMpegtsSectionBlanket Implementations
Mutably borrows from an owned value. Read more