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: GESAssetClassget_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 GESClipAssetClassimpl !Send for GESClipAssetClassimpl !Sync for GESClipAssetClassimpl Unpin for GESClipAssetClassimpl UnwindSafe for GESClipAssetClassBlanket Implementations
Mutably borrows from an owned value. Read more