Struct gstreamer_mpegts_sys::GstMpegtsTOT
source · #[repr(C)]pub struct GstMpegtsTOT {
pub utc_time: *mut GstDateTime,
pub descriptors: *mut GPtrArray,
}
Fields§
§utc_time: *mut GstDateTime
§descriptors: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsTOT
impl Clone for GstMpegtsTOT
source§fn clone(&self) -> GstMpegtsTOT
fn clone(&self) -> GstMpegtsTOT
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 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
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
)