#[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: 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§
source§impl Clone for GESAssetClass
impl Clone for GESAssetClass
source§fn clone(&self) -> GESAssetClass
fn clone(&self) -> GESAssetClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GESAssetClass
impl Debug for GESAssetClass
impl Copy for GESAssetClass
Auto Trait Implementations§
impl Freeze for GESAssetClass
impl RefUnwindSafe for GESAssetClass
impl !Send for GESAssetClass
impl !Sync for GESAssetClass
impl Unpin for GESAssetClass
impl UnwindSafe for GESAssetClass
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)