Searched defs:slice_ptr (Results 1 – 1 of 1) sorted by relevance
49 let slice_ptr = bytes.as_ptr().cast::<Self>(); in from_bytes() localVariable 92 let slice_ptr = bytes.as_mut_ptr().cast::<Self>(); in from_bytes_mut() localVariable