pub struct MetalView<'window> { /* private fields */ }
Expand description
A view in Metal API, made from a window.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'window> Freeze for MetalView<'window>
impl<'window> !RefUnwindSafe for MetalView<'window>
impl<'window> !Send for MetalView<'window>
impl<'window> !Sync for MetalView<'window>
impl<'window> Unpin for MetalView<'window>
impl<'window> !UnwindSafe for MetalView<'window>
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