pub struct MetalFunction { /* private fields */ }Expand description
A Metal shader function
Implementations§
Trait Implementations§
Source§impl Debug for MetalFunction
impl Debug for MetalFunction
Source§impl Drop for MetalFunction
impl Drop for MetalFunction
impl Send for MetalFunction
impl Sync for MetalFunction
Auto Trait Implementations§
impl Freeze for MetalFunction
impl RefUnwindSafe for MetalFunction
impl Unpin for MetalFunction
impl UnwindSafe for MetalFunction
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