Struct tiny_wgpu::ComputeKernel
source · pub struct ComputeKernel<'a> {
pub label: &'a str,
pub entry_point: &'a str,
}Fields§
§label: &'a str§entry_point: &'a strAuto Trait Implementations§
impl<'a> Freeze for ComputeKernel<'a>
impl<'a> RefUnwindSafe for ComputeKernel<'a>
impl<'a> Send for ComputeKernel<'a>
impl<'a> Sync for ComputeKernel<'a>
impl<'a> Unpin for ComputeKernel<'a>
impl<'a> UnwindSafe for ComputeKernel<'a>
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