pub trait IChainOperationTypelessDepedency_1Methods<T0: ClassIdentity>: ClassIdentity {
// Provided methods
fn ctor(self)
where Self: Sized { ... }
fn get_debug_name(self) -> Il2CppString
where Self: Sized { ... }
fn get_dependencies(self, deps: List_1<AsyncOperationHandle>)
where Self: Sized { ... }
fn init(
self,
dependent_op: AsyncOperationHandle,
callback: Func_2<AsyncOperationHandle, AsyncOperationHandle_1<T0>>,
release_dependencies_on_failure: bool,
)
where Self: Sized { ... }
fn invoke_wait_for_completion(self) -> bool
where Self: Sized { ... }
fn execute(self)
where Self: Sized { ... }
fn on_wrapped_completed(self, x: AsyncOperationHandle_1<T0>)
where Self: Sized { ... }
fn destroy(self)
where Self: Sized { ... }
fn release_dependencies(self)
where Self: Sized { ... }
fn get_download_status(self, visited: HashSet_1<Object>) -> DownloadStatus
where Self: Sized { ... }
fn refresh_download_status(self, visited: HashSet_1<Object>)
where Self: Sized { ... }
fn get_progress(self) -> f32
where Self: Sized { ... }
}Provided Methods§
fn ctor(self)where
Self: Sized,
fn get_debug_name(self) -> Il2CppStringwhere
Self: Sized,
fn get_dependencies(self, deps: List_1<AsyncOperationHandle>)where
Self: Sized,
fn init(
self,
dependent_op: AsyncOperationHandle,
callback: Func_2<AsyncOperationHandle, AsyncOperationHandle_1<T0>>,
release_dependencies_on_failure: bool,
)where
Self: Sized,
fn invoke_wait_for_completion(self) -> boolwhere
Self: Sized,
fn execute(self)where
Self: Sized,
fn on_wrapped_completed(self, x: AsyncOperationHandle_1<T0>)where
Self: Sized,
fn destroy(self)where
Self: Sized,
fn release_dependencies(self)where
Self: Sized,
fn get_download_status(self, visited: HashSet_1<Object>) -> DownloadStatuswhere
Self: Sized,
fn refresh_download_status(self, visited: HashSet_1<Object>)where
Self: Sized,
fn get_progress(self) -> f32where
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.