pub trait IVersusSequence_IVersusSequenceBaseMethods: IVersusSequence_IVersusSequenceBase {
// Provided methods
fn jump_to(self, label: impl Into<VersusSequence_Label>) { ... }
fn get_my_edit_data_id(self) -> u64 { ... }
fn get_now_rate_name(self) -> Il2CppString { ... }
fn set_profile_target(self, profile: impl Into<ProfileCard>) { ... }
}Provided Methods§
Sourcefn jump_to(self, label: impl Into<VersusSequence_Label>)
fn jump_to(self, label: impl Into<VersusSequence_Label>)
JumpTo(crate::app::versussequence::VersusSequence_Label) overload
Sourcefn get_my_edit_data_id(self) -> u64
fn get_my_edit_data_id(self) -> u64
GetMyEditDataId() overload
Sourcefn get_now_rate_name(self) -> Il2CppString
fn get_now_rate_name(self) -> Il2CppString
GetNowRateName() overload
Sourcefn set_profile_target(self, profile: impl Into<ProfileCard>)
fn set_profile_target(self, profile: impl Into<ProfileCard>)
SetProfileTarget(crate::app::profilecard::ProfileCard) 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: IVersusSequence_IVersusSequenceBase> IVersusSequence_IVersusSequenceBaseMethods for __T
Available on crate feature
app-versussequence only.