pub enum MetalArchitecture {
Metal3,
Other,
}
Variants§
Trait Implementations§
Source§impl Architecture for MetalArchitecture
impl Architecture for MetalArchitecture
Source§impl Display for MetalArchitecture
impl Display for MetalArchitecture
Auto Trait Implementations§
impl Freeze for MetalArchitecture
impl RefUnwindSafe for MetalArchitecture
impl Send for MetalArchitecture
impl Sync for MetalArchitecture
impl Unpin for MetalArchitecture
impl UnwindSafe for MetalArchitecture
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