Struct GstGhost PadClass
Source #[repr(C)]pub struct GstGhostPadClass {
pub parent_class: GstProxyPadClass,
pub _gst_reserved: [gpointer; 4],
}Fields§
§parent_class: GstProxyPadClass§_gst_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GstGhostPadClass
impl Clone for GstGhostPadClass
Source§fn clone(&self) -> GstGhostPadClass
fn clone(&self) -> GstGhostPadClass
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 GstGhostPadClass
Auto Trait Implementations§
impl !Send for GstGhostPadClass
impl !Sync for GstGhostPadClass
impl Freeze for GstGhostPadClass
impl RefUnwindSafe for GstGhostPadClass
impl Unpin for GstGhostPadClass
impl UnsafeUnpin for GstGhostPadClass
impl UnwindSafe for GstGhostPadClass
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