Struct gstreamer_sys::GstGhostPad [−][src]
#[repr(C)]pub struct GstGhostPad { pub pad: GstProxyPad, pub priv_: *mut GstGhostPadPrivate, }
Fields
pad: GstProxyPad
priv_: *mut GstGhostPadPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstGhostPad
impl !Send for GstGhostPad
impl !Sync for GstGhostPad
impl Unpin for GstGhostPad
impl UnwindSafe for GstGhostPad
Blanket Implementations
Mutably borrows from an owned value. Read more