pub struct AssetPluginRegistries {
pub importer_registry: ImporterRegistry,
pub builder_registry: BuilderRegistry,
pub job_processor_registry: JobProcessorRegistry,
pub thumbnail_provider_registry: ThumbnailProviderRegistry,
}
Fields§
§importer_registry: ImporterRegistry
§builder_registry: BuilderRegistry
§job_processor_registry: JobProcessorRegistry
§thumbnail_provider_registry: ThumbnailProviderRegistry
Auto Trait Implementations§
impl Freeze for AssetPluginRegistries
impl !RefUnwindSafe for AssetPluginRegistries
impl !Send for AssetPluginRegistries
impl !Sync for AssetPluginRegistries
impl Unpin for AssetPluginRegistries
impl !UnwindSafe for AssetPluginRegistries
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more