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