Skip to main content

ICheckCatalogsOperation

Trait ICheckCatalogsOperation 

Source
pub trait ICheckCatalogsOperation: IAsyncOperationBase_1<List_1<Il2CppString>> {
    // Provided methods
    fn m_addressables(self) -> AddressablesImpl { ... }
    fn set_m_addressables(self, value: AddressablesImpl) { ... }
    fn m_local_hashes(self) -> List_1<Il2CppString> { ... }
    fn set_m_local_hashes(self, value: List_1<Il2CppString>) { ... }
    fn m_locator_infos(self) -> List_1<AddressablesImpl_ResourceLocatorInfo> { ... }
    fn set_m_locator_infos(
        self,
        value: List_1<AddressablesImpl_ResourceLocatorInfo>,
    ) { ... }
    fn m_dep_op(
        self,
    ) -> AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>> { ... }
    fn set_m_dep_op(
        self,
        value: AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>>,
    ) { ... }
}

Provided Methods§

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§