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