[][src]Struct gstreamer_mpegts_sys::GstMpegtsAtscSTT

#[repr(C)]pub struct GstMpegtsAtscSTT {
    pub protocol_version: u8,
    pub system_time: u32,
    pub gps_utc_offset: u8,
    pub ds_status: gboolean,
    pub ds_dayofmonth: u8,
    pub ds_hour: u8,
    pub descriptors: *mut GPtrArray,
    pub utc_datetime: *mut GstDateTime,
}

Fields

protocol_version: u8system_time: u32gps_utc_offset: u8ds_status: gbooleands_dayofmonth: u8ds_hour: u8descriptors: *mut GPtrArrayutc_datetime: *mut GstDateTime

Trait Implementations

impl Clone for GstMpegtsAtscSTT[src]

impl Copy for GstMpegtsAtscSTT[src]

impl Debug for GstMpegtsAtscSTT[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.