Struct gstreamer_editing_services_sys::GESClipAssetClass [−][src]
#[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
Auto Trait Implementations
impl RefUnwindSafe for GESClipAssetClass
impl !Send for GESClipAssetClass
impl !Sync for GESClipAssetClass
impl Unpin for GESClipAssetClass
impl UnwindSafe for GESClipAssetClass
Blanket Implementations
Mutably borrows from an owned value. Read more