Skip to main content

IMapHistory_IdMapBase_1Methods

Trait IMapHistory_IdMapBase_1Methods 

Source
pub trait IMapHistory_IdMapBase_1Methods<T0: ClassIdentity>: ClassIdentity {
    // Provided methods
    fn ctor(self, capacity: i32)
       where Self: Sized { ... }
    fn entry_internal(self, id: Il2CppString) -> i32
       where Self: Sized { ... }
    fn entry_internal_2(self, id: Il2CppString, index: u8) -> i32
       where Self: Sized { ... }
    fn get_next_index(self) -> u8
       where Self: Sized { ... }
    fn clear(self)
       where Self: Sized { ... }
    fn try_get_internal(self, index: i32) -> Il2CppString
       where Self: Sized { ... }
    fn dbg_error(self, message: Il2CppString)
       where Self: Sized { ... }
}

Provided Methods§

Source

fn ctor(self, capacity: i32)
where Self: Sized,

Source

fn entry_internal(self, id: Il2CppString) -> i32
where Self: Sized,

Source

fn entry_internal_2(self, id: Il2CppString, index: u8) -> i32
where Self: Sized,

Source

fn get_next_index(self) -> u8
where Self: Sized,

Source

fn clear(self)
where Self: Sized,

Source

fn try_get_internal(self, index: i32) -> Il2CppString
where Self: Sized,

Source

fn dbg_error(self, message: Il2CppString)
where Self: Sized,

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§