[][src]Struct gstreamer_sys::GstMiniObject

#[repr(C)]
pub struct GstMiniObject {
    pub type_: GType,
    pub refcount: c_int,
    pub lockstate: c_int,
    pub flags: c_uint,
    pub copy: GstMiniObjectCopyFunction,
    pub dispose: GstMiniObjectDisposeFunction,
    pub free: GstMiniObjectFreeFunction,
    pub priv_uint: c_uint,
    pub priv_pointer: gpointer,
}

Fields

type_: GTyperefcount: c_intlockstate: c_intflags: c_uintcopy: GstMiniObjectCopyFunctiondispose: GstMiniObjectDisposeFunctionfree: GstMiniObjectFreeFunctionpriv_uint: c_uintpriv_pointer: gpointer

Trait Implementations

impl Clone for GstMiniObject[src]

impl Copy for GstMiniObject[src]

impl Debug for GstMiniObject[src]

Auto Trait Implementations

impl RefUnwindSafe for GstMiniObject

impl !Send for GstMiniObject

impl !Sync for GstMiniObject

impl Unpin for GstMiniObject

impl UnwindSafe for GstMiniObject

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.