Struct GstGhost Pad
Source #[repr(C)]pub struct GstGhostPad {
pub pad: GstProxyPad,
pub priv_: *mut GstGhostPadPrivate,
}Fields§
§pad: GstProxyPad§priv_: *mut GstGhostPadPrivateTrait Implementations§
Source§impl Clone for GstGhostPad
impl Clone for GstGhostPad
Source§fn clone(&self) -> GstGhostPad
fn clone(&self) -> GstGhostPad
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstGhostPad
Auto Trait Implementations§
impl !Send for GstGhostPad
impl !Sync for GstGhostPad
impl Freeze for GstGhostPad
impl RefUnwindSafe for GstGhostPad
impl Unpin for GstGhostPad
impl UnsafeUnpin 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