Skip to main content

IFriendListSelectMenu_FriendListSelectMenuItemMethods

Trait IFriendListSelectMenu_FriendListSelectMenuItemMethods 

Source
pub trait IFriendListSelectMenu_FriendListSelectMenuItemMethods: IFriendListSelectMenu_FriendListSelectMenuItem {
    // Provided methods
    fn ctor(
        self,
        pid: impl Into<Il2CppString>,
        decide_event_handler: impl Into<FriendListSelectMenu_DecideEventHandler>,
    ) { ... }
    fn a_call(self) -> BasicMenu_Result { ... }
    fn b_call(self) -> BasicMenu_Result { ... }
    fn get_pid(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, pid: impl Into<Il2CppString>, decide_event_handler: impl Into<FriendListSelectMenu_DecideEventHandler>, )

.ctor(::unity::Il2CppString, crate::app::friendlistselectmenu::FriendListSelectMenu_DecideEventHandler) overload

Source

fn a_call(self) -> BasicMenu_Result

ACall() overload

Source

fn b_call(self) -> BasicMenu_Result

BCall() overload

Source

fn get_pid(self) -> Il2CppString

GetPID() 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: IFriendListSelectMenu_FriendListSelectMenuItem> IFriendListSelectMenu_FriendListSelectMenuItemMethods for __T

Available on crate feature app-friendlistselectmenu only.