#[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
impl 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