Function nannou::wgpu::bytes::to_slice[][src]

pub unsafe fn to_slice<T>(slice: &[u8]) -> &[T]

Notable traits for &'_ [u8]

impl<'_> Read for &'_ [u8]impl<'_> Write for &'_ mut [u8]
where
    T: Copy + Sized

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