pub trait EventControllerExtManual: IsA<EventController> + 'static {
// Provided method
fn set_static_name(&self, name: Option<&'static GStr>) { ... }
}
Provided Methods§
Sourcefn set_static_name(&self, name: Option<&'static GStr>)
Available on crate feature v4_8
only.
fn set_static_name(&self, name: Option<&'static GStr>)
v4_8
only.Sets a name on the controller that can be used for debugging.
§name
a name for @self, must be a static string
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.