Struct gstreamer_mpegts_sys::GstMpegtsAtscMGT
source · #[repr(C)]pub struct GstMpegtsAtscMGT {
pub protocol_version: u8,
pub tables_defined: u16,
pub tables: *mut GPtrArray,
pub descriptors: *mut GPtrArray,
}
Fields§
§protocol_version: u8
§tables_defined: u16
§tables: *mut GPtrArray
§descriptors: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsAtscMGT
impl Clone for GstMpegtsAtscMGT
source§fn clone(&self) -> GstMpegtsAtscMGT
fn clone(&self) -> GstMpegtsAtscMGT
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 GstMpegtsAtscMGT
impl Debug for GstMpegtsAtscMGT
impl Copy for GstMpegtsAtscMGT
Auto Trait Implementations§
impl Freeze for GstMpegtsAtscMGT
impl RefUnwindSafe for GstMpegtsAtscMGT
impl !Send for GstMpegtsAtscMGT
impl !Sync for GstMpegtsAtscMGT
impl Unpin for GstMpegtsAtscMGT
impl UnwindSafe for GstMpegtsAtscMGT
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
)