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