pub trait IMapHistory_UnitMapBase_2Methods<T0: ClassIdentity, T1: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(self)
where Self: Sized { ... }
fn entry_all(self)
where Self: Sized { ... }
fn entry_all_impl(self)
where Self: Sized { ... }
fn entry(self, unit: Unit) -> i32
where Self: Sized { ... }
fn delete(self, unit: Unit)
where Self: Sized { ... }
fn delete_2(self, index: i32)
where Self: Sized { ... }
fn clear(self)
where Self: Sized { ... }
fn try_get(self, index: i32, with_error: bool) -> Unit
where Self: Sized { ... }
fn get_no_empty(self) -> MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1>
where Self: Sized { ... }
fn set_no_empty(
self,
value: MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1>,
)
where Self: Sized { ... }
fn find_unused_index(self) -> i32
where Self: Sized { ... }
fn dbg_error(self, message: Il2CppString)
where Self: Sized { ... }
}Provided Methods§
fn ctor(self)where
Self: Sized,
fn entry_all(self)where
Self: Sized,
fn entry_all_impl(self)where
Self: Sized,
fn entry(self, unit: Unit) -> i32where
Self: Sized,
fn delete(self, unit: Unit)where
Self: Sized,
fn delete_2(self, index: i32)where
Self: Sized,
fn clear(self)where
Self: Sized,
fn try_get(self, index: i32, with_error: bool) -> Unitwhere
Self: Sized,
fn get_no_empty(self) -> MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1>where
Self: Sized,
fn set_no_empty(self, value: MapHistory_UnitMapBase_2_NoEmptyFunction<T0, T1>)where
Self: Sized,
fn find_unused_index(self) -> i32where
Self: Sized,
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.