pub trait IArenaBondLevelSelectMenu_DecideEventHandlerMethods: IArenaBondLevelSelectMenu_DecideEventHandler {
// Provided methods
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>) { ... }
fn invoke(
self,
god: impl Into<GodUnit>,
type: impl Into<RingCleaningSequence_GodType>,
start: impl Into<bool>,
get_exp: impl Into<i32>,
use_count: impl Into<i32>,
) { ... }
}Provided Methods§
Sourcefn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)
fn ctor(self, object: impl Into<Object>, method: impl Into<IntPtr>)
.ctor(crate::system::object::Object, ::unity::IntPtr) overload
Sourcefn invoke(
self,
god: impl Into<GodUnit>,
type: impl Into<RingCleaningSequence_GodType>,
start: impl Into<bool>,
get_exp: impl Into<i32>,
use_count: impl Into<i32>,
)
fn invoke( self, god: impl Into<GodUnit>, type: impl Into<RingCleaningSequence_GodType>, start: impl Into<bool>, get_exp: impl Into<i32>, use_count: impl Into<i32>, )
Invoke(crate::app::godunit::GodUnit, crate::app::ringcleaningsequence::RingCleaningSequence_GodType, bool, i32, i32) 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: IArenaBondLevelSelectMenu_DecideEventHandler> IArenaBondLevelSelectMenu_DecideEventHandlerMethods for __T
Available on crate feature
app-arenabondlevelselectmenu only.