pub trait IProfileCardCommentIndexMenuItemMethods: IProfileCardCommentIndexMenuItem {
// Provided methods
fn get_m_mid(self) -> Il2CppString { ... }
fn set_m_mid(self, value: impl Into<Il2CppString>) { ... }
fn ctor(
self,
mid: impl Into<Il2CppString>,
decide_event_handler: impl Into<ProfileCardCommentIndexMenu_DecideEventHandler>,
) { ... }
fn set_message(self, mid: impl Into<Il2CppString>) { ... }
fn a_call(self) -> BasicMenu_Result { ... }
}Provided Methods§
Sourcefn get_m_mid(self) -> Il2CppString
fn get_m_mid(self) -> Il2CppString
get_m_Mid() overload
Sourcefn set_m_mid(self, value: impl Into<Il2CppString>)
fn set_m_mid(self, value: impl Into<Il2CppString>)
set_m_Mid(::unity::Il2CppString) overload
Sourcefn ctor(
self,
mid: impl Into<Il2CppString>,
decide_event_handler: impl Into<ProfileCardCommentIndexMenu_DecideEventHandler>,
)
fn ctor( self, mid: impl Into<Il2CppString>, decide_event_handler: impl Into<ProfileCardCommentIndexMenu_DecideEventHandler>, )
.ctor(::unity::Il2CppString, crate::app::profilecardcommentindexmenu::ProfileCardCommentIndexMenu_DecideEventHandler) overload
Sourcefn set_message(self, mid: impl Into<Il2CppString>)
fn set_message(self, mid: impl Into<Il2CppString>)
SetMessage(::unity::Il2CppString) overload
Sourcefn a_call(self) -> BasicMenu_Result
fn a_call(self) -> BasicMenu_Result
ACall() 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: IProfileCardCommentIndexMenuItem> IProfileCardCommentIndexMenuItemMethods for __T
Available on crate feature
app-profilecardcommentindexmenuitem only.