Struct rich_sdl2_rust::metal::MetalView
source · 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> !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