Struct gstreamer_editing_services_sys::GESTrackElementAssetClass [−][src]
#[repr(C)]pub struct GESTrackElementAssetClass { pub parent_class: GESAssetClass, pub get_natural_framerate: Option<unsafe extern "C" fn(_: *mut GESTrackElementAsset, _: *mut c_int, _: *mut c_int) -> gboolean>, pub _ges_reserved: [gpointer; 3], }
Fields
parent_class: GESAssetClassget_natural_framerate: Option<unsafe extern "C" fn(_: *mut GESTrackElementAsset, _: *mut c_int, _: *mut c_int) -> gboolean>_ges_reserved: [gpointer; 3]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GESTrackElementAssetClassimpl !Send for GESTrackElementAssetClassimpl !Sync for GESTrackElementAssetClassimpl Unpin for GESTrackElementAssetClassimpl UnwindSafe for GESTrackElementAssetClassBlanket Implementations
Mutably borrows from an owned value. Read more