#[repr(C)]
pub struct GstMpegtsSection {
Show 18 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

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.