pub struct GstMpegtsSection {
Show 18 fields pub parent: GstMiniObject, pub section_type: i32, pub pid: u16, pub table_id: u8, pub subtable_extension: u16, pub version_number: u8, pub current_next_indicator: i32, pub section_number: u8, pub last_section_number: u8, pub crc: u32, pub data: *mut u8, pub section_length: u32, pub cached_parsed: *mut *mut c_void, pub destroy_parsed: Option<unsafe extern "C" fn(_: *mut c_void)>, pub offset: u64, pub short_section: i32, pub packetizer: Option<unsafe extern "C" fn(_: *mut GstMpegtsSection) -> i32>, pub _gst_reserved: [*mut c_void; 4],
}

Fields

parent: GstMiniObjectsection_type: i32pid: u16table_id: u8subtable_extension: u16version_number: u8current_next_indicator: i32section_number: u8last_section_number: u8crc: u32data: *mut u8section_length: u32cached_parsed: *mut *mut c_voiddestroy_parsed: Option<unsafe extern "C" fn(_: *mut c_void)>offset: u64short_section: i32packetizer: Option<unsafe extern "C" fn(_: *mut GstMpegtsSection) -> i32>_gst_reserved: [*mut c_void; 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.