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§
Sourcefn get_pid(self) -> Il2CppString
fn get_pid(self) -> Il2CppString
get_PID() overload
Sourcefn set_pid(self, value: impl Into<Il2CppString>)
fn set_pid(self, value: impl Into<Il2CppString>)
set_PID(::unity::Il2CppString) overload
Sourcefn get_pid1(self) -> Il2CppString
fn get_pid1(self) -> Il2CppString
get_PID1() overload
Sourcefn set_pid1(self, value: impl Into<Il2CppString>)
fn set_pid1(self, value: impl Into<Il2CppString>)
set_PID1(::unity::Il2CppString) overload
Sourcefn get_pid2(self) -> Il2CppString
fn get_pid2(self) -> Il2CppString
get_PID2() overload
Sourcefn set_pid2(self, value: impl Into<Il2CppString>)
fn set_pid2(self, value: impl Into<Il2CppString>)
set_PID2(::unity::Il2CppString) overload
Sourcefn get_pid3(self) -> Il2CppString
fn get_pid3(self) -> Il2CppString
get_PID3() overload
Sourcefn set_pid3(self, value: impl Into<Il2CppString>)
fn set_pid3(self, value: impl Into<Il2CppString>)
set_PID3(::unity::Il2CppString) overload
Sourcefn get_pid4(self) -> Il2CppString
fn get_pid4(self) -> Il2CppString
get_PID4() overload
Sourcefn set_pid4(self, value: impl Into<Il2CppString>)
fn set_pid4(self, value: impl Into<Il2CppString>)
set_PID4(::unity::Il2CppString) 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: IHubTalkRelative> IHubTalkRelativeMethods for __T
Available on crate feature
app-hubtalkrelative only.