#[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