[][src]Struct gstreamer_editing_services_sys::GESAssetClass

#[repr(C)]
pub struct GESAssetClass {
    pub parent: GObjectClass,
    pub start_loading: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut *mut GError) -> GESAssetLoadingReturn>,
    pub extract: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut *mut GError) -> *mut GESExtractable>,
    pub inform_proxy: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *const c_char)>,
    pub proxied: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut GESAsset)>,
    pub request_id_update: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut *mut c_char, _: *mut GError) -> gboolean>,
    pub _ges_reserved: [gpointer; 4],
}

Fields

parent: GObjectClassstart_loading: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut *mut GError) -> GESAssetLoadingReturn>extract: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut *mut GError) -> *mut GESExtractable>inform_proxy: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *const c_char)>proxied: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut GESAsset)>request_id_update: Option<unsafe extern "C" fn(_: *mut GESAsset, _: *mut *mut c_char, _: *mut GError) -> gboolean>_ges_reserved: [gpointer; 4]

Trait Implementations

impl Clone for GESAssetClass[src]

impl Copy for GESAssetClass[src]

impl Debug for GESAssetClass[src]

Auto Trait Implementations

impl !Send for GESAssetClass

impl Unpin for GESAssetClass

impl !Sync for GESAssetClass

impl UnwindSafe for GESAssetClass

impl RefUnwindSafe for GESAssetClass

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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