Function draw2d::graphics::vulkan::ffi::any_as_u8_slice[][src]

pub unsafe fn any_as_u8_slice<T: Sized>(p: &T) -> &[u8]
Expand description

Zero-Copy transformation of a type to a &u8.

UNSAFE: because behavior depends on how the input data structure is packed