Struct gstreamer_sys::GstObjectClass [−][src]
#[repr(C)]pub struct GstObjectClass { pub parent_class: GInitiallyUnownedClass, pub path_string_separator: *const c_char, pub deep_notify: Option<unsafe extern "C" fn(_: *mut GstObject, _: *mut GstObject, _: *mut GParamSpec)>, pub _gst_reserved: [gpointer; 4], }
Fields
parent_class: GInitiallyUnownedClasspath_string_separator: *const c_chardeep_notify: Option<unsafe extern "C" fn(_: *mut GstObject, _: *mut GstObject, _: *mut GParamSpec)>_gst_reserved: [gpointer; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstObjectClassimpl !Send for GstObjectClassimpl !Sync for GstObjectClassimpl Unpin for GstObjectClassimpl UnwindSafe for GstObjectClassBlanket Implementations
Mutably borrows from an owned value. Read more