Struct gstreamer_mpegts_sys::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 GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsSDT
impl Clone for GstMpegtsSDT
source§fn clone(&self) -> GstMpegtsSDT
fn clone(&self) -> GstMpegtsSDT
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 GstMpegtsSDT
impl Debug for GstMpegtsSDT
impl Copy for GstMpegtsSDT
Auto Trait Implementations§
impl Freeze for GstMpegtsSDT
impl RefUnwindSafe for GstMpegtsSDT
impl !Send for GstMpegtsSDT
impl !Sync for GstMpegtsSDT
impl Unpin 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
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
)