Struct gstreamer_sys::GstProxyPad
source · #[repr(C)]pub struct GstProxyPad {
pub pad: GstPad,
pub priv_: *mut GstProxyPadPrivate,
}
Fields§
§pad: GstPad
§priv_: *mut GstProxyPadPrivate
Trait Implementations§
source§impl Clone for GstProxyPad
impl Clone for GstProxyPad
source§fn clone(&self) -> GstProxyPad
fn clone(&self) -> GstProxyPad
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 GstProxyPad
impl Debug for GstProxyPad
impl Copy for GstProxyPad
Auto Trait Implementations§
impl Freeze for GstProxyPad
impl RefUnwindSafe for GstProxyPad
impl !Send for GstProxyPad
impl !Sync for GstProxyPad
impl Unpin for GstProxyPad
impl UnwindSafe for GstProxyPad
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
)