Skip to main content

IMapHistory_RewindNameMapMethods

Trait IMapHistory_RewindNameMapMethods 

Source
pub trait IMapHistory_RewindNameMapMethods: IMapHistory_RewindNameMap {
    // Provided methods
    fn ctor(self) { ... }
    fn entry(self, unit: impl Into<Unit>) -> i32 { ... }
    fn try_get(self, index: impl Into<i32>) -> Il2CppString { ... }
    fn get_version(self) -> i32 { ... }
    fn on_serialize(self, stream: impl Into<Stream_2>) { ... }
    fn on_deserialize(
        self,
        stream: impl Into<Stream_2>,
        version: impl Into<i32>,
    ) { ... }
}

Provided Methods§

Source

fn ctor(self)

.ctor() overload

Source

fn entry(self, unit: impl Into<Unit>) -> i32

Entry(crate::app::unit::Unit) overload

Source

fn try_get(self, index: impl Into<i32>) -> Il2CppString

TryGet(i32) overload

Source

fn get_version(self) -> i32

get_Version() overload

Source

fn on_serialize(self, stream: impl Into<Stream_2>)

OnSerialize(crate::app::stream_2::Stream_2) overload

Source

fn on_deserialize(self, stream: impl Into<Stream_2>, version: impl Into<i32>)

OnDeserialize(crate::app::stream_2::Stream_2, i32) 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: IMapHistory_RewindNameMap> IMapHistory_RewindNameMapMethods for __T

Available on crate feature app-maphistory only.