#[repr(C)]pub struct GstMpegtsAtscETT {
pub ett_table_id_extension: u16,
pub protocol_version: u16,
pub etm_id: u32,
pub messages: *mut GPtrArray,
}
Fields§
§ett_table_id_extension: u16
§protocol_version: u16
§etm_id: u32
§messages: *mut GPtrArray
Trait Implementations§
Source§impl Clone for GstMpegtsAtscETT
impl Clone for GstMpegtsAtscETT
Source§fn clone(&self) -> GstMpegtsAtscETT
fn clone(&self) -> GstMpegtsAtscETT
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 GstMpegtsAtscETT
impl Debug for GstMpegtsAtscETT
impl Copy for GstMpegtsAtscETT
Auto Trait Implementations§
impl Freeze for GstMpegtsAtscETT
impl RefUnwindSafe for GstMpegtsAtscETT
impl !Send for GstMpegtsAtscETT
impl !Sync for GstMpegtsAtscETT
impl Unpin for GstMpegtsAtscETT
impl UnwindSafe for GstMpegtsAtscETT
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