Skip to main content

IProfileCardTopMenuRootMethods

Trait IProfileCardTopMenuRootMethods 

Source
pub trait IProfileCardTopMenuRootMethods: IProfileCardTopMenuRoot {
    // Provided methods
    fn ctor(self) { ... }
    fn get_profile_card_top_menu_content(self) -> ProfileCardTopMenuContent { ... }
    fn update_info_window(
        self,
        caption_mid: impl Into<Il2CppString>,
        description_mid: impl Into<Il2CppString>,
        warning_mid: impl Into<Il2CppString>,
    ) { ... }
    fn close(self) { ... }
    fn destroy(self) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn get_profile_card_top_menu_content(self) -> ProfileCardTopMenuContent

GetProfileCardTopMenuContent() overload

Source

fn update_info_window( self, caption_mid: impl Into<Il2CppString>, description_mid: impl Into<Il2CppString>, warning_mid: impl Into<Il2CppString>, )

UpdateInfoWindow(::unity::Il2CppString, ::unity::Il2CppString, ::unity::Il2CppString) overload

Source

fn close(self)

Close() overload

Source

fn destroy(self)

Destroy() 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: IProfileCardTopMenuRoot> IProfileCardTopMenuRootMethods for __T

Available on crate feature app-profilecardtopmenuroot only.