pub struct Cache {
pub meshes: Option<Cache>,
pub images: Option<Arc<[Image]>>,
pub text: Option<Cache>,
}Available on crate feature
geometry only.Fields§
§meshes: Option<Cache>§images: Option<Arc<[Image]>>§text: Option<Cache>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cache
impl RefUnwindSafe for Cache
impl Send for Cache
impl Sync for Cache
impl Unpin for Cache
impl UnsafeUnpin for Cache
impl UnwindSafe for Cache
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