Skip to main content

IDestroyInspectorMethods

Trait IDestroyInspectorMethods 

Source
pub trait IDestroyInspectorMethods: IDestroyInspector {
    // Provided methods
    fn ctor(self) { ... }
    fn get_label(self) -> Il2CppString { ... }
    fn get_range(self) -> i32 { ... }
    fn get_color(self) -> Color { ... }
    fn pre_call(self, super_: impl Into<ProcInst>) { ... }
    fn get_global_key(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_label(self) -> Il2CppString

GetLabel() overload

Source

fn get_range(self) -> i32

GetRange() overload

Source

fn get_color(self) -> Color

get_Color() overload

Source

fn pre_call(self, super_: impl Into<ProcInst>)

PreCall(crate::app::procinst::ProcInst) overload

Source

fn get_global_key(self) -> Il2CppString

GetGlobalKey() 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§

Source§

impl<__T: IDestroyInspector> IDestroyInspectorMethods for __T

Available on crate feature app-destroyinspector only.