pub trait AsBytes { // Provided methods unsafe fn as_bytes(&self) -> &[u8] ⓘ { ... } unsafe fn as_bytes_mut(&mut self) -> &mut [u8] ⓘ { ... } }
Return a slice of the memory that contains the struct