[−][src]Struct gst::ffi::Struct__GObjectClass
Fields
g_type_class: GTypeClass
construct_properties: *mut GSList
constructor: Option<extern "C" fn(_type: GType, n_construct_properties: guint, construct_properties: *mut GObjectConstructParam) -> *mut GObject>
set_property: Option<extern "C" fn(object: *mut GObject, property_id: guint, value: *const GValue, pspec: *mut GParamSpec)>
get_property: Option<extern "C" fn(object: *mut GObject, property_id: guint, value: *mut GValue, pspec: *mut GParamSpec)>
dispose: Option<extern "C" fn(object: *mut GObject)>
finalize: Option<extern "C" fn(object: *mut GObject)>
dispatch_properties_changed: Option<extern "C" fn(object: *mut GObject, n_pspecs: guint, pspecs: *mut *mut GParamSpec)>
notify: Option<extern "C" fn(object: *mut GObject, pspec: *mut GParamSpec)>
constructed: Option<extern "C" fn(object: *mut GObject)>
flags: gsize
pdummy: [gpointer; 6]
Trait Implementations
impl Default for Struct__GObjectClass
[src]
fn default() -> Struct__GObjectClass
[src]
Auto Trait Implementations
impl !Send for Struct__GObjectClass
impl !Sync for Struct__GObjectClass
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,