Skip to main content

IRankingSequence_PairMenuItemMethods

Trait IRankingSequence_PairMenuItemMethods 

Source
pub trait IRankingSequence_PairMenuItemMethods: IRankingSequence_PairMenuItem {
    // Provided methods
    fn ctor(self, data: impl Into<NexRanking_Data>) { ... }
    fn get_name(self) -> Il2CppString { ... }
    fn get_help(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor(self, data: impl Into<NexRanking_Data>)

.ctor(crate::app::nexranking::NexRanking_Data) overload

Source

fn get_name(self) -> Il2CppString

GetName() overload

Source

fn get_help(self) -> Il2CppString

GetHelp() 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: IRankingSequence_PairMenuItem> IRankingSequence_PairMenuItemMethods for __T

Available on crate feature app-rankingsequence only.