#[repr(C)]pub struct GESClipAssetClass {
pub parent: GESAssetClass,
pub get_natural_framerate: Option<unsafe extern "C" fn(_: *mut GESClipAsset, _: *mut c_int, _: *mut c_int) -> gboolean>,
pub _ges_reserved: [gpointer; 3],
}
Fields§
§parent: GESAssetClass
§get_natural_framerate: Option<unsafe extern "C" fn(_: *mut GESClipAsset, _: *mut c_int, _: *mut c_int) -> gboolean>
§_ges_reserved: [gpointer; 3]
Trait Implementations§
source§impl Clone for GESClipAssetClass
impl Clone for GESClipAssetClass
source§fn clone(&self) -> GESClipAssetClass
fn clone(&self) -> GESClipAssetClass
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 GESClipAssetClass
impl Debug for GESClipAssetClass
impl Copy for GESClipAssetClass
Auto Trait Implementations§
impl Freeze for GESClipAssetClass
impl RefUnwindSafe for GESClipAssetClass
impl !Send for GESClipAssetClass
impl !Sync for GESClipAssetClass
impl Unpin for GESClipAssetClass
impl UnwindSafe for GESClipAssetClass
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
)