Struct burn_wgpu::kernel::ContiguousRaw
source · pub struct ContiguousRaw;Expand description
Generated kernel from wgsl file.
Implementations§
source§impl ContiguousRaw
impl ContiguousRaw
Trait Implementations§
source§impl StaticKernelSource for ContiguousRaw
impl StaticKernelSource for ContiguousRaw
source§fn source() -> SourceTemplate
fn source() -> SourceTemplate
Source template for the kernel.
Auto Trait Implementations§
impl RefUnwindSafe for ContiguousRaw
impl Send for ContiguousRaw
impl Sync for ContiguousRaw
impl Unpin for ContiguousRaw
impl UnwindSafe for ContiguousRaw
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