Skip to main content

IHubTalkRelativeMethods

Trait IHubTalkRelativeMethods 

Source
pub trait IHubTalkRelativeMethods: IHubTalkRelative {
    // Provided methods
    fn get_pid(self) -> Il2CppString { ... }
    fn set_pid(self, value: impl Into<Il2CppString>) { ... }
    fn get_pid1(self) -> Il2CppString { ... }
    fn set_pid1(self, value: impl Into<Il2CppString>) { ... }
    fn get_pid2(self) -> Il2CppString { ... }
    fn set_pid2(self, value: impl Into<Il2CppString>) { ... }
    fn get_pid3(self) -> Il2CppString { ... }
    fn set_pid3(self, value: impl Into<Il2CppString>) { ... }
    fn get_pid4(self) -> Il2CppString { ... }
    fn set_pid4(self, value: impl Into<Il2CppString>) { ... }
    fn ctor(self) { ... }
}

Provided Methods§

Source

fn get_pid(self) -> Il2CppString

get_PID() overload

Source

fn set_pid(self, value: impl Into<Il2CppString>)

set_PID(::unity::Il2CppString) overload

Source

fn get_pid1(self) -> Il2CppString

get_PID1() overload

Source

fn set_pid1(self, value: impl Into<Il2CppString>)

set_PID1(::unity::Il2CppString) overload

Source

fn get_pid2(self) -> Il2CppString

get_PID2() overload

Source

fn set_pid2(self, value: impl Into<Il2CppString>)

set_PID2(::unity::Il2CppString) overload

Source

fn get_pid3(self) -> Il2CppString

get_PID3() overload

Source

fn set_pid3(self, value: impl Into<Il2CppString>)

set_PID3(::unity::Il2CppString) overload

Source

fn get_pid4(self) -> Il2CppString

get_PID4() overload

Source

fn set_pid4(self, value: impl Into<Il2CppString>)

set_PID4(::unity::Il2CppString) overload

Source

fn ctor(self)

.ctor() 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: IHubTalkRelative> IHubTalkRelativeMethods for __T

Available on crate feature app-hubtalkrelative only.