pub trait IProfileCardDefaultCommentDataMethods: IProfileCardDefaultCommentData {
// Provided methods
fn get_language(self) -> Il2CppString { ... }
fn set_language(self, value: impl Into<Il2CppString>) { ... }
fn get_id1(self) -> Il2CppString { ... }
fn set_id1(self, value: impl Into<Il2CppString>) { ... }
fn get_id2(self) -> Il2CppString { ... }
fn set_id2(self, value: impl Into<Il2CppString>) { ... }
fn get_id3(self) -> Il2CppString { ... }
fn set_id3(self, value: impl Into<Il2CppString>) { ... }
fn get_debug_name(self) -> Il2CppString { ... }
fn ctor(self) { ... }
}Provided Methods§
Sourcefn get_language(self) -> Il2CppString
fn get_language(self) -> Il2CppString
get_Language() overload
Sourcefn set_language(self, value: impl Into<Il2CppString>)
fn set_language(self, value: impl Into<Il2CppString>)
set_Language(::unity::Il2CppString) overload
Sourcefn get_id1(self) -> Il2CppString
fn get_id1(self) -> Il2CppString
get_Id1() overload
Sourcefn set_id1(self, value: impl Into<Il2CppString>)
fn set_id1(self, value: impl Into<Il2CppString>)
set_Id1(::unity::Il2CppString) overload
Sourcefn get_id2(self) -> Il2CppString
fn get_id2(self) -> Il2CppString
get_Id2() overload
Sourcefn set_id2(self, value: impl Into<Il2CppString>)
fn set_id2(self, value: impl Into<Il2CppString>)
set_Id2(::unity::Il2CppString) overload
Sourcefn get_id3(self) -> Il2CppString
fn get_id3(self) -> Il2CppString
get_Id3() overload
Sourcefn set_id3(self, value: impl Into<Il2CppString>)
fn set_id3(self, value: impl Into<Il2CppString>)
set_Id3(::unity::Il2CppString) overload
Sourcefn get_debug_name(self) -> Il2CppString
fn get_debug_name(self) -> Il2CppString
GetDebugName() 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: IProfileCardDefaultCommentData> IProfileCardDefaultCommentDataMethods for __T
Available on crate feature
app-profilecarddefaultcommentdata only.