#[repr(C)]pub struct GESExtractableInterface {
pub parent: GTypeInterface,
pub asset_type: GType,
pub check_id: GESExtractableCheckId,
pub can_update_asset: gboolean,
pub set_asset: Option<unsafe extern "C" fn(_: *mut GESExtractable, _: *mut GESAsset)>,
pub set_asset_full: Option<unsafe extern "C" fn(_: *mut GESExtractable, _: *mut GESAsset) -> gboolean>,
pub get_parameters_from_id: Option<unsafe extern "C" fn(_: *const c_char, _: *mut c_uint) -> *mut GParameter>,
pub get_id: Option<unsafe extern "C" fn(_: *mut GESExtractable) -> *mut c_char>,
pub get_real_extractable_type: Option<unsafe extern "C" fn(_: GType, _: *const c_char) -> GType>,
pub register_metas: Option<unsafe extern "C" fn(_: *mut GESExtractableInterface, _: *mut GObjectClass, _: *mut GESAsset) -> gboolean>,
pub _ges_reserved: [gpointer; 4],
}
Fields§
§parent: GTypeInterface
§asset_type: GType
§check_id: GESExtractableCheckId
§can_update_asset: gboolean
§set_asset: Option<unsafe extern "C" fn(_: *mut GESExtractable, _: *mut GESAsset)>
§set_asset_full: Option<unsafe extern "C" fn(_: *mut GESExtractable, _: *mut GESAsset) -> gboolean>
§get_parameters_from_id: Option<unsafe extern "C" fn(_: *const c_char, _: *mut c_uint) -> *mut GParameter>
§get_id: Option<unsafe extern "C" fn(_: *mut GESExtractable) -> *mut c_char>
§get_real_extractable_type: Option<unsafe extern "C" fn(_: GType, _: *const c_char) -> GType>
§register_metas: Option<unsafe extern "C" fn(_: *mut GESExtractableInterface, _: *mut GObjectClass, _: *mut GESAsset) -> gboolean>
§_ges_reserved: [gpointer; 4]
Trait Implementations§
source§impl Clone for GESExtractableInterface
impl Clone for GESExtractableInterface
source§fn clone(&self) -> GESExtractableInterface
fn clone(&self) -> GESExtractableInterface
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 GESExtractableInterface
impl Debug for GESExtractableInterface
impl Copy for GESExtractableInterface
Auto Trait Implementations§
impl Freeze for GESExtractableInterface
impl RefUnwindSafe for GESExtractableInterface
impl !Send for GESExtractableInterface
impl !Sync for GESExtractableInterface
impl Unpin for GESExtractableInterface
impl UnwindSafe for GESExtractableInterface
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)