pub trait IMoviePlayerBase_TitleLogoMethods: IMoviePlayerBase_TitleLogo {
// Provided methods
fn ctor(self, image: impl Into<Image>, animator: impl Into<Animator>) { ... }
fn finalize(self) { ... }
fn dispose(self) { ... }
fn reset(self) { ... }
fn show(self, msec: impl Into<i32>) { ... }
fn hide(self) { ... }
fn tick(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: IMoviePlayerBase_TitleLogo> IMoviePlayerBase_TitleLogoMethods for __T
Available on crate feature
app-movieplayerbase only.