Struct gstreamer_rtp_sys::GstRTPHeaderExtension
source · #[repr(C)]pub struct GstRTPHeaderExtension {
pub parent: GstElement,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent: GstElement§_gst_reserved: [gpointer; 4]Trait Implementations§
source§impl Clone for GstRTPHeaderExtension
impl Clone for GstRTPHeaderExtension
source§fn clone(&self) -> GstRTPHeaderExtension
fn clone(&self) -> GstRTPHeaderExtension
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 more