Struct GstMpegtsPMT Stream
Source #[repr(C)]pub struct GstMpegtsPMTStream {
pub stream_type: u8,
pub pid: u16,
pub descriptors: *mut GPtrArray,
}Fields§
§stream_type: u8§pid: u16§descriptors: *mut GPtrArrayTrait Implementations§
Source§impl Clone for GstMpegtsPMTStream
impl Clone for GstMpegtsPMTStream
Source§fn clone(&self) -> GstMpegtsPMTStream
fn clone(&self) -> GstMpegtsPMTStream
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstMpegtsPMTStream
Auto Trait Implementations§
impl !Send for GstMpegtsPMTStream
impl !Sync for GstMpegtsPMTStream
impl Freeze for GstMpegtsPMTStream
impl RefUnwindSafe for GstMpegtsPMTStream
impl Unpin for GstMpegtsPMTStream
impl UnsafeUnpin for GstMpegtsPMTStream
impl UnwindSafe for GstMpegtsPMTStream
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