Struct gpui2::MetalAtlas
source · pub struct MetalAtlas(_);
Implementations§
source§impl MetalAtlas
impl MetalAtlas
Trait Implementations§
source§impl PlatformAtlas for MetalAtlas
impl PlatformAtlas for MetalAtlas
Auto Trait Implementations§
impl !RefUnwindSafe for MetalAtlas
impl Send for MetalAtlas
impl Sync for MetalAtlas
impl Unpin for MetalAtlas
impl UnwindSafe for MetalAtlas
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