pub trait IInitalizationObjectsOperation: IAsyncOperationBase_1<bool> {
// Provided methods
fn m_rtd_op(self) -> AsyncOperationHandle_1<ResourceManagerRuntimeData> { ... }
fn set_m_rtd_op(
self,
value: AsyncOperationHandle_1<ResourceManagerRuntimeData>,
) { ... }
fn m_addressables(self) -> AddressablesImpl { ... }
fn set_m_addressables(self, value: AddressablesImpl) { ... }
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§
fn m_rtd_op(self) -> AsyncOperationHandle_1<ResourceManagerRuntimeData>
fn set_m_rtd_op(self, value: AsyncOperationHandle_1<ResourceManagerRuntimeData>)
fn m_addressables(self) -> AddressablesImpl
fn set_m_addressables(self, value: AddressablesImpl)
fn m_dep_op( self, ) -> AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>>
fn set_m_dep_op( self, value: AsyncOperationHandle_1<IList_1_Interface<AsyncOperationHandle>>, )
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.