[][src]Struct gstreamer_sys::GstObjectClass

#[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

impl Clone for GstObjectClass[src]

impl Copy for GstObjectClass[src]

impl Debug for GstObjectClass[src]

Auto Trait Implementations

impl RefUnwindSafe for GstObjectClass

impl !Send for GstObjectClass

impl !Sync for GstObjectClass

impl Unpin for GstObjectClass

impl UnwindSafe for GstObjectClass

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.