[−][src]Struct gstreamer_editing_services_sys::GESAssetClass
Fields
parent: GObjectClass
start_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 RefUnwindSafe for GESAssetClass
impl !Send for GESAssetClass
impl !Sync for GESAssetClass
impl Unpin for GESAssetClass
impl UnwindSafe for GESAssetClass
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,