Skip to main content

IMonoMethod

Trait IMonoMethod 

Source
pub trait IMonoMethod: IRuntimeMethodInfo {
    // Provided methods
    fn mhandle(self) -> IntPtr { ... }
    fn set_mhandle(self, value: IntPtr) { ... }
    fn name(self) -> Il2CppString { ... }
    fn set_name(self, value: Il2CppString) { ... }
    fn reftype(self) -> SystemType { ... }
    fn set_reftype(self, value: SystemType) { ... }
}

Provided Methods§

Source

fn mhandle(self) -> IntPtr

Source

fn set_mhandle(self, value: IntPtr)

Source

fn name(self) -> Il2CppString

Source

fn set_name(self, value: Il2CppString)

Source

fn reftype(self) -> SystemType

Source

fn set_reftype(self, value: SystemType)

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§