Skip to main content

IAsyncOpHandlesCacheKeyMethods

Trait IAsyncOpHandlesCacheKeyMethods 

Source
pub trait IAsyncOpHandlesCacheKeyMethods: IAsyncOpHandlesCacheKey {
    // Provided methods
    fn ctor(self, handles: impl Into<IList_1_Interface<AsyncOperationHandle>>) { ... }
    fn get_hash_code(self) -> i32 { ... }
    fn equals(self, obj: impl Into<Object>) -> bool { ... }
    fn equals_2(self, other: impl Into<IOperationCacheKey>) -> bool { ... }
    fn equals_3(self, other: impl Into<AsyncOpHandlesCacheKey>) -> bool { ... }
}

Provided Methods§

Source

fn ctor(self, handles: impl Into<IList_1_Interface<AsyncOperationHandle>>)

.ctor(crate::system::collections::generic::ilist_1_interface::IList_1_Interface<crate::unity_engine::resource_management::async_operations::asyncoperationhandle::AsyncOperationHandle>) overload

Source

fn get_hash_code(self) -> i32

GetHashCode() overload

Source

fn equals(self, obj: impl Into<Object>) -> bool

Equals(crate::system::object::Object) overload

Source

fn equals_2(self, other: impl Into<IOperationCacheKey>) -> bool

Equals(crate::unity_engine::resource_management::util::ioperationcachekey::IOperationCacheKey) overload

Source

fn equals_3(self, other: impl Into<AsyncOpHandlesCacheKey>) -> bool

Equals(crate::unity_engine::resource_management::util::asyncophandlescachekey::AsyncOpHandlesCacheKey) overload

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§

Source§

impl<__T: IAsyncOpHandlesCacheKey> IAsyncOpHandlesCacheKeyMethods for __T

Available on crate feature unity_engine-resource_management-util-asyncophandlescachekey only.