pub struct MetalExtCache { /* private fields */ }Expand description
Analysis cache for MetalExt.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MetalExtCache
impl RefUnwindSafe for MetalExtCache
impl Send for MetalExtCache
impl Sync for MetalExtCache
impl Unpin for MetalExtCache
impl UnsafeUnpin for MetalExtCache
impl UnwindSafe for MetalExtCache
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