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§
GetProfileCardTopMenuContent() overload
Sourcefn update_info_window(
self,
caption_mid: impl Into<Il2CppString>,
description_mid: impl Into<Il2CppString>,
warning_mid: impl Into<Il2CppString>,
)
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
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: IProfileCardTopMenuRoot> IProfileCardTopMenuRootMethods for __T
Available on crate feature
app-profilecardtopmenuroot only.