Struct gstreamer_mpegts::GstMpegtsBATStream
source · [−]pub struct GstMpegtsBATStream {
pub transport_stream_id: u16,
pub original_network_id: u16,
pub descriptors: *mut GPtrArray,
}Fields
transport_stream_id: u16original_network_id: u16descriptors: *mut GPtrArrayTrait Implementations
sourceimpl Clone for GstMpegtsBATStream
impl Clone for GstMpegtsBATStream
sourcefn clone(&self) -> GstMpegtsBATStream
fn clone(&self) -> GstMpegtsBATStream
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstMpegtsBATStream
impl Debug for GstMpegtsBATStream
impl Copy for GstMpegtsBATStream
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsBATStream
impl !Send for GstMpegtsBATStream
impl !Sync for GstMpegtsBATStream
impl Unpin for GstMpegtsBATStream
impl UnwindSafe for GstMpegtsBATStream
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more