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: GstElementext_id: c_uintwants_update_non_rtp_src_caps: gboolean_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstRTPHeaderExtensionimpl !Send for GstRTPHeaderExtensionimpl !Sync for GstRTPHeaderExtensionimpl Unpin for GstRTPHeaderExtensionimpl UnwindSafe for GstRTPHeaderExtensionBlanket Implementations
Mutably borrows from an owned value. Read more