Struct gstreamer_rtp_sys::GstRTPHeaderExtension [−][src]
#[repr(C)]pub struct GstRTPHeaderExtension { pub parent: GstElement, pub ext_id: c_uint, pub wants_update_non_rtp_src_caps: gboolean, pub _gst_reserved: [gpointer; 4], }
Fields
parent: GstElement
ext_id: c_uint
wants_update_non_rtp_src_caps: gboolean
_gst_reserved: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTPHeaderExtension
impl !Send for GstRTPHeaderExtension
impl !Sync for GstRTPHeaderExtension
impl Unpin for GstRTPHeaderExtension
impl UnwindSafe for GstRTPHeaderExtension
Blanket Implementations
Mutably borrows from an owned value. Read more