[][src]Function linux::lmem::as_mut_data

pub fn as_mut_data<T: ?Sized>(val: &mut T) -> &mut [d8] where
    T: Pod

Returns an unspecified mutable byte sequence of a value.

[argument, val] The value.

[return_value] An unspecified mutable byte sequence of the value.

= Description

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