Struct GstMpegts AtscVCT
Source #[repr(C)]pub struct GstMpegtsAtscVCT {
pub transport_stream_id: u16,
pub protocol_version: u8,
pub sources: *mut GPtrArray,
pub descriptors: *mut GPtrArray,
}Fields§
§transport_stream_id: u16§protocol_version: u8§sources: *mut GPtrArray§descriptors: *mut GPtrArrayTrait Implementations§
Source§impl Clone for GstMpegtsAtscVCT
impl Clone for GstMpegtsAtscVCT
Source§fn clone(&self) -> GstMpegtsAtscVCT
fn clone(&self) -> GstMpegtsAtscVCT
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 GstMpegtsAtscVCT
Auto Trait Implementations§
impl !Send for GstMpegtsAtscVCT
impl !Sync for GstMpegtsAtscVCT
impl Freeze for GstMpegtsAtscVCT
impl RefUnwindSafe for GstMpegtsAtscVCT
impl Unpin for GstMpegtsAtscVCT
impl UnsafeUnpin for GstMpegtsAtscVCT
impl UnwindSafe for GstMpegtsAtscVCT
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