Struct presenterm::Resources
source · pub struct Resources { /* private fields */ }Expand description
Manages resources pulled from the filesystem such as images.
All resources are cached so once a specific resource is loaded, looking it up with the same path will involve an in-memory lookup.
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Resources
impl !Send for Resources
impl !Sync for Resources
impl Unpin for Resources
impl UnwindSafe for Resources
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