Skip to main content

IMyRoomWakeupSequence_RelianceWakeupMethods

Trait IMyRoomWakeupSequence_RelianceWakeupMethods 

Source
pub trait IMyRoomWakeupSequence_RelianceWakeupMethods: IMyRoomWakeupSequence_RelianceWakeup {
    // Provided methods
    fn ctor(
        self,
        pid: impl Into<Il2CppString>,
        level: impl Into<RelianceData_Level>,
        pattern: impl Into<GameSound_WakeupVoicePattern>,
    ) { ... }
    fn to_string(self) -> Il2CppString { ... }
}

Provided Methods§

Source

fn ctor( self, pid: impl Into<Il2CppString>, level: impl Into<RelianceData_Level>, pattern: impl Into<GameSound_WakeupVoicePattern>, )

.ctor(::unity::Il2CppString, crate::app::reliancedata::RelianceData_Level, crate::app::gamesound::GameSound_WakeupVoicePattern) overload

Source

fn to_string(self) -> Il2CppString

ToString() 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: IMyRoomWakeupSequence_RelianceWakeup> IMyRoomWakeupSequence_RelianceWakeupMethods for __T

Available on crate feature app-myroomwakeupsequence only.