[][src]Function linux::lmem::as_data

pub fn as_data<T: ?Sized>(val: &T) -> &[d8]

Returns an unspecified byte sequence of a value.

[argument, val] The value.

[return_value] An unspecified byte sequence of the value.

= Description

Each byte in the returned slice can be undefined for its type.