Struct gstreamer_mpegts::GstMpegtsSection
source · 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
sourceimpl Clone for GstMpegtsSection
impl Clone for GstMpegtsSection
sourcefn clone(&self) -> GstMpegtsSection
fn clone(&self) -> GstMpegtsSection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstMpegtsSection
impl Debug for GstMpegtsSection
impl Copy for GstMpegtsSection
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsSection
impl !Send for GstMpegtsSection
impl !Sync for GstMpegtsSection
impl Unpin for GstMpegtsSection
impl UnwindSafe for GstMpegtsSection
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more