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