Struct gstreamer_mpegts_sys::GstMpegtsSection
source · #[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: GstMiniObject
§section_type: GstMpegtsSectionType
§pid: u16
§table_id: u8
§subtable_extension: u16
§version_number: u8
§current_next_indicator: gboolean
§section_number: u8
§last_section_number: u8
§crc: u32
§data: *mut u8
§section_length: c_uint
§cached_parsed: *mut gpointer
§destroy_parsed: GDestroyNotify
§offset: u64
§short_section: gboolean
§packetizer: GstMpegtsPacketizeFunc
§_gst_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GstMpegtsSection
impl Clone for GstMpegtsSection
source§fn clone(&self) -> GstMpegtsSection
fn clone(&self) -> GstMpegtsSection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstMpegtsSection
impl Debug for GstMpegtsSection
impl Copy for GstMpegtsSection
Auto Trait Implementations§
impl Freeze for GstMpegtsSection
impl RefUnwindSafe for GstMpegtsSection
impl !Send for GstMpegtsSection
impl !Sync for GstMpegtsSection
impl Unpin for GstMpegtsSection
impl UnwindSafe for GstMpegtsSection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)