Struct GstMpegtsTOT
Source#[repr(C)]pub struct GstMpegtsTOT {
    pub utc_time: *mut GstDateTime,
    pub descriptors: *mut GPtrArray,
}Fields§
§utc_time: *mut GstDateTime§descriptors: *mut GPtrArrayTrait Implementations§
Source§impl Clone for GstMpegtsTOT
 
impl Clone for GstMpegtsTOT
Source§fn clone(&self) -> GstMpegtsTOT
 
fn clone(&self) -> GstMpegtsTOT
Returns a duplicate 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 GstMpegtsTOT
 
impl Debug for GstMpegtsTOT
impl Copy for GstMpegtsTOT
Auto Trait Implementations§
impl Freeze for GstMpegtsTOT
impl RefUnwindSafe for GstMpegtsTOT
impl !Send for GstMpegtsTOT
impl !Sync for GstMpegtsTOT
impl Unpin for GstMpegtsTOT
impl UnwindSafe for GstMpegtsTOT
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