Skip to main content

IProfileCardDefaultCommentDataMethods

Trait IProfileCardDefaultCommentDataMethods 

Source
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§

Source

fn get_language(self) -> Il2CppString

get_Language() overload

Source

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

set_Language(::unity::Il2CppString) overload

Source

fn get_id1(self) -> Il2CppString

get_Id1() overload

Source

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

set_Id1(::unity::Il2CppString) overload

Source

fn get_id2(self) -> Il2CppString

get_Id2() overload

Source

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

set_Id2(::unity::Il2CppString) overload

Source

fn get_id3(self) -> Il2CppString

get_Id3() overload

Source

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

set_Id3(::unity::Il2CppString) overload

Source

fn get_debug_name(self) -> Il2CppString

GetDebugName() 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: IProfileCardDefaultCommentData> IProfileCardDefaultCommentDataMethods for __T

Available on crate feature app-profilecarddefaultcommentdata only.