Struct oxygengine_core::assets::database::AssetsDatabase [−][src]
Fields
max_bytes_per_frame: Option<usize>Implementations
pub fn register_error_reporter<T>(&mut self, reporter: T) where
T: AssetsDatabaseErrorReporter + 'static, [src]pub fn unregister_error_reporter<T>(&mut self) where
T: AssetsDatabaseErrorReporter + 'static, [src]pub fn lately_loaded_protocol<'a>(
&'a self,
protocol: &'a str
) -> impl Iterator<Item = &'a AssetId>[src]pub fn lately_unloaded_protocol<'a>(
&'a self,
protocol: &'a str
) -> impl Iterator<Item = &'a AssetId>[src]pub fn are_ready<I, S>(&self, iter: I) -> bool where
I: IntoIterator<Item = S>,
S: AsRef<str>, [src]pub fn with_fetch_engine<F, R>(&mut self, action: F) -> Option<R> where
F: FnMut(&mut dyn FetchEngine) -> R, [src]Auto Trait Implementations
impl !RefUnwindSafe for AssetsDatabaseimpl Send for AssetsDatabaseimpl Sync for AssetsDatabaseimpl Unpin for AssetsDatabaseimpl !UnwindSafe for AssetsDatabaseBlanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any, pub fn get_type_id(&self) -> TypeIdMutably borrows from an owned value. Read more