Struct gst::ffi::Struct__GTypeModule
source · #[repr(C)]pub struct Struct__GTypeModule {
pub parent_instance: GObject,
pub use_count: guint,
pub type_infos: *mut GSList,
pub interface_infos: *mut GSList,
pub name: *mut gchar,
}Fields§
§parent_instance: GObject§use_count: guint§type_infos: *mut GSList§interface_infos: *mut GSList§name: *mut gcharTrait Implementations§
source§impl Clone for Struct__GTypeModule
impl Clone for Struct__GTypeModule
source§fn clone(&self) -> Struct__GTypeModule
fn clone(&self) -> Struct__GTypeModule
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__GTypeModule
impl Default for Struct__GTypeModule
source§fn default() -> Struct__GTypeModule
fn default() -> Struct__GTypeModule
Returns the “default value” for a type. Read more
impl Copy for Struct__GTypeModule
Auto Trait Implementations§
impl Freeze for Struct__GTypeModule
impl RefUnwindSafe for Struct__GTypeModule
impl !Send for Struct__GTypeModule
impl !Sync for Struct__GTypeModule
impl Unpin for Struct__GTypeModule
impl UnwindSafe for Struct__GTypeModule
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)