Type Alias gst::ffi::GTypeModule
source · pub type GTypeModule = Struct__GTypeModule;Aliased Type§
struct GTypeModule {
pub parent_instance: Struct__GObject,
pub use_count: u32,
pub type_infos: *mut Struct__GSList,
pub interface_infos: *mut Struct__GSList,
pub name: *mut i8,
}Fields§
§parent_instance: Struct__GObject§use_count: u32§type_infos: *mut Struct__GSList§interface_infos: *mut Struct__GSList§name: *mut i8