Skip to main content

IDebugManager_LogArg

Trait IDebugManager_LogArg 

Source
pub trait IDebugManager_LogArg: IObject {
    // Provided methods
    fn m_func(self) -> DebugManager_LogFunc { ... }
    fn set_m_func(self, value: DebugManager_LogFunc) { ... }
    fn m_args(self) -> Array<Il2CppString> { ... }
    fn set_m_args(self, value: Array<Il2CppString>) { ... }
}

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§