Struct gstreamer_sys::GstGhostPad
source · #[repr(C)]pub struct GstGhostPad {
pub pad: GstProxyPad,
pub priv_: *mut GstGhostPadPrivate,
}
Fields§
§pad: GstProxyPad
§priv_: *mut GstGhostPadPrivate
Trait Implementations§
source§impl Clone for GstGhostPad
impl Clone for GstGhostPad
source§fn clone(&self) -> GstGhostPad
fn clone(&self) -> GstGhostPad
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstGhostPad
impl Debug for GstGhostPad
impl Copy for GstGhostPad
Auto Trait Implementations§
impl Freeze for GstGhostPad
impl RefUnwindSafe for GstGhostPad
impl !Send for GstGhostPad
impl !Sync for GstGhostPad
impl Unpin for GstGhostPad
impl UnwindSafe for GstGhostPad
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)