pub trait IGmapSequence_GmapFreeCameraSequence_SelfDestroyMethods: IGmapSequence_GmapFreeCameraSequence_SelfDestroy {
// Provided methods
fn start(self) { ... }
fn update(self) { ... }
fn ctor(self) { ... }
}Provided Methods§
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.
Implementors§
impl<__T: IGmapSequence_GmapFreeCameraSequence_SelfDestroy> IGmapSequence_GmapFreeCameraSequence_SelfDestroyMethods for __T
Available on crate feature
app-gmapsequence only.