Skip to main content

IProfileCardCommentIndexMenuItemMethods

Trait IProfileCardCommentIndexMenuItemMethods 

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

Source

fn get_m_mid(self) -> Il2CppString

get_m_Mid() overload

Source

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

set_m_Mid(::unity::Il2CppString) overload

Source

fn ctor( self, mid: impl Into<Il2CppString>, decide_event_handler: impl Into<ProfileCardCommentIndexMenu_DecideEventHandler>, )

.ctor(::unity::Il2CppString, crate::app::profilecardcommentindexmenu::ProfileCardCommentIndexMenu_DecideEventHandler) overload

Source

fn set_message(self, mid: impl Into<Il2CppString>)

SetMessage(::unity::Il2CppString) overload

Source

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§

Source§

impl<__T: IProfileCardCommentIndexMenuItem> IProfileCardCommentIndexMenuItemMethods for __T

Available on crate feature app-profilecardcommentindexmenuitem only.