Struct gstreamer_mpegts_sys::GstMpegtsNITStream
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 GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsNITStream
impl Clone for GstMpegtsNITStream
source§fn clone(&self) -> GstMpegtsNITStream
fn clone(&self) -> GstMpegtsNITStream
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 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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)