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