Struct tiny_wgpu::RenderKernel
source · pub struct RenderKernel {
pub label: &'static str,
pub vertex: &'static str,
pub fragment: &'static str,
}
Fields§
§label: &'static str
§vertex: &'static str
§fragment: &'static str
Auto Trait Implementations§
impl Freeze for RenderKernel
impl RefUnwindSafe for RenderKernel
impl Send for RenderKernel
impl Sync for RenderKernel
impl Unpin for RenderKernel
impl UnwindSafe for RenderKernel
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