Skip to main content

INameObjectCollectionBase_NameObjectEntry

Trait INameObjectCollectionBase_NameObjectEntry 

Source
pub trait INameObjectCollectionBase_NameObjectEntry: IObject {
    // Provided methods
    fn key(self) -> Il2CppString { ... }
    fn set_key(self, value: Il2CppString) { ... }
    fn value(self) -> IlInstance { ... }
    fn set_value(self, value: IlInstance) { ... }
}

Provided Methods§

Source

fn key(self) -> Il2CppString

Source

fn set_key(self, value: Il2CppString)

Source

fn value(self) -> IlInstance

Source

fn set_value(self, value: IlInstance)

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§