Struct gst::ffi::Struct__GObject
source · #[repr(C)]pub struct Struct__GObject {
pub g_type_instance: GTypeInstance,
pub ref_count: guint,
pub qdata: *mut GData,
}Fields§
§g_type_instance: GTypeInstance§ref_count: guint§qdata: *mut GDataTrait Implementations§
source§impl Clone for Struct__GObject
impl Clone for Struct__GObject
source§fn clone(&self) -> Struct__GObject
fn clone(&self) -> Struct__GObject
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 Default for Struct__GObject
impl Default for Struct__GObject
source§fn default() -> Struct__GObject
fn default() -> Struct__GObject
Returns the “default value” for a type. Read more
impl Copy for Struct__GObject
Auto Trait Implementations§
impl Freeze for Struct__GObject
impl RefUnwindSafe for Struct__GObject
impl !Send for Struct__GObject
impl !Sync for Struct__GObject
impl Unpin for Struct__GObject
impl UnwindSafe for Struct__GObject
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)