pub trait IProfileCardStampObjectMethods: IProfileCardStampObject {
// Provided methods
fn start(self) { ... }
fn initialize(self) { ... }
fn set_scale(self, scale: impl Into<Vector2>) { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn initialize(self)
fn initialize(self)
Initialize() overload
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: IProfileCardStampObject> IProfileCardStampObjectMethods for __T
Available on crate feature
app-profilecardstampobject only.