Struct gstreamer_mpegts_sys::GstMpegtsTOT [−][src]
#[repr(C)]pub struct GstMpegtsTOT { pub utc_time: *mut GstDateTime, pub descriptors: *mut GPtrArray, }
Fields
utc_time: *mut GstDateTime
descriptors: *mut GPtrArray
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsTOT
impl !Send for GstMpegtsTOT
impl !Sync for GstMpegtsTOT
impl Unpin for GstMpegtsTOT
impl UnwindSafe for GstMpegtsTOT
Blanket Implementations
Mutably borrows from an owned value. Read more