Struct gstreamer_sys::GstProxyPadClass [−][src]
#[repr(C)]pub struct GstProxyPadClass { pub parent_class: GstPadClass, pub _gst_reserved: [gpointer; 1], }
Fields
parent_class: GstPadClass_gst_reserved: [gpointer; 1]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstProxyPadClassimpl !Send for GstProxyPadClassimpl !Sync for GstProxyPadClassimpl Unpin for GstProxyPadClassimpl UnwindSafe for GstProxyPadClassBlanket Implementations
Mutably borrows from an owned value. Read more