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