pub trait IMapFor_DestroyFunctionMethods: IMapFor_DestroyFunction {
// Provided methods
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
fn invoke(
self,
x: impl Into<i32>,
z: impl Into<i32>,
target_x: impl Into<i32>,
target_z: impl Into<i32>,
item_index: impl Into<i32>,
) { ... }
}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: IMapFor_DestroyFunction> IMapFor_DestroyFunctionMethods for __T
Available on crate feature
app-mapfor only.