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: GESAssetClass
get_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 GESTrackElementAssetClass
impl !Send for GESTrackElementAssetClass
impl !Sync for GESTrackElementAssetClass
impl Unpin for GESTrackElementAssetClass
impl UnwindSafe for GESTrackElementAssetClass
Blanket Implementations
Mutably borrows from an owned value. Read more