Searched defs:as_byte_slice (Results 1 – 3 of 3) sorted by relevance
60 fn as_byte_slice(x: &[Self]) -> &[u8]; in as_byte_slice() method67 fn as_byte_slice(x: &[Self]) -> &[u8] { in as_byte_slice() method78 fn as_byte_slice(x: &[Self]) -> &[u8] { in as_byte_slice() method
8 pub unsafe fn as_byte_slice<T>(t: &[T]) -> &[u8] { in as_byte_slice() function