pub trait IAddressablesImpl_LoadResourceLocationKeyOp: IAsyncOperationBase_1<IList_1_Interface<IResourceLocation>> {
// Provided methods
fn m_keys(self) -> IlInstance { ... }
fn set_m_keys(self, value: IlInstance) { ... }
fn m_locations(self) -> IList_1_Interface<IResourceLocation> { ... }
fn set_m_locations(self, value: IList_1_Interface<IResourceLocation>) { ... }
fn m_addressables(self) -> AddressablesImpl { ... }
fn set_m_addressables(self, value: AddressablesImpl) { ... }
fn m_resource_type(self) -> SystemType { ... }
fn set_m_resource_type(self, value: SystemType) { ... }
}Provided Methods§
fn m_keys(self) -> IlInstance
fn set_m_keys(self, value: IlInstance)
fn m_locations(self) -> IList_1_Interface<IResourceLocation>
fn set_m_locations(self, value: IList_1_Interface<IResourceLocation>)
fn m_addressables(self) -> AddressablesImpl
fn set_m_addressables(self, value: AddressablesImpl)
fn m_resource_type(self) -> SystemType
fn set_m_resource_type(self, value: SystemType)
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.