Skip to main content

IAssetTable_ConditionFlags

Trait IAssetTable_ConditionFlags 

Source
pub trait IAssetTable_ConditionFlags: IObject {
    // Provided methods
    fn m_bits(self) -> BitStruct { ... }
    fn set_m_bits(self, value: BitStruct) { ... }
    fn m_keys(self) -> List_1<Il2CppString> { ... }
    fn set_m_keys(self, value: List_1<Il2CppString>) { ... }
    fn m_hits(self) -> List_1<i32> { ... }
    fn set_m_hits(self, value: List_1<i32>) { ... }
    fn m_dics(self) -> Dictionary_2<Il2CppString, i32> { ... }
    fn set_m_dics(self, value: Dictionary_2<Il2CppString, i32>) { ... }
}

Provided Methods§

Source

fn m_bits(self) -> BitStruct

Source

fn set_m_bits(self, value: BitStruct)

Source

fn m_keys(self) -> List_1<Il2CppString>

Source

fn set_m_keys(self, value: List_1<Il2CppString>)

Source

fn m_hits(self) -> List_1<i32>

Source

fn set_m_hits(self, value: List_1<i32>)

Source

fn m_dics(self) -> Dictionary_2<Il2CppString, i32>

Source

fn set_m_dics(self, value: Dictionary_2<Il2CppString, i32>)

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§