#[repr(C)]pub struct GstProxyPad {
pub pad: GstPad,
pub priv_: *mut GstProxyPadPrivate,
}Fields§
§pad: GstPad§priv_: *mut GstProxyPadPrivateTrait Implementations§
Source§impl Clone for GstProxyPad
impl Clone for GstProxyPad
impl Copy for GstProxyPad
Auto Trait Implementations§
impl !Send for GstProxyPad
impl !Sync for GstProxyPad
impl Freeze for GstProxyPad
impl RefUnwindSafe for GstProxyPad
impl Unpin for GstProxyPad
impl UnsafeUnpin 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