pub struct MetalDrawable { /* private fields */ }Expand description
A drawable from a Metal layer
Implementations§
Trait Implementations§
Source§impl Debug for MetalDrawable
impl Debug for MetalDrawable
Auto Trait Implementations§
impl Freeze for MetalDrawable
impl RefUnwindSafe for MetalDrawable
impl !Send for MetalDrawable
impl !Sync for MetalDrawable
impl Unpin for MetalDrawable
impl UnwindSafe for MetalDrawable
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