Function nannou_wgpu::bytes::to_slice

source ·
pub unsafe fn to_slice<T>(slice: &[u8]) -> &[T]
where T: Copy + Sized,
Expand description

This is really an astonishingly unsafe function. Please don’t use it.