Struct gstreamer_webrtc_sys::GstWebRTCRTPSenderClass [−][src]
#[repr(C)]pub struct GstWebRTCRTPSenderClass { pub parent_class: GstObjectClass, pub _padding: [gpointer; 4], }
Fields
parent_class: GstObjectClass
_padding: [gpointer; 4]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstWebRTCRTPSenderClass
impl !Send for GstWebRTCRTPSenderClass
impl !Sync for GstWebRTCRTPSenderClass
impl Unpin for GstWebRTCRTPSenderClass
impl UnwindSafe for GstWebRTCRTPSenderClass
Blanket Implementations
Mutably borrows from an owned value. Read more