[][src]Struct gstreamer_mpegts_sys::GstMpegtsSection

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

impl Clone for GstMpegtsSection[src]

impl Copy for GstMpegtsSection[src]

impl Debug for GstMpegtsSection[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.