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