Skip to main content

IVersusSequence_IVersusSequenceBaseMethods

Trait IVersusSequence_IVersusSequenceBaseMethods 

Source
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§

Source

fn jump_to(self, label: impl Into<VersusSequence_Label>)

JumpTo(crate::app::versussequence::VersusSequence_Label) overload

Source

fn get_my_edit_data_id(self) -> u64

GetMyEditDataId() overload

Source

fn get_now_rate_name(self) -> Il2CppString

GetNowRateName() overload

Source

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§

Source§

impl<__T: IVersusSequence_IVersusSequenceBase> IVersusSequence_IVersusSequenceBaseMethods for __T

Available on crate feature app-versussequence only.