Expand description
§Basic functions for dealing with memory
This module contains functions to help dealing with direct memory manipulation and inspection.
Functions§
- as_
bytes - Alias a type as a byte slice.
- as_
bytes_ ⚠mut - Alias a type as a mutable byte slice.
- bswap_
copy ⚠ - Creates a copy of
vwith the order of all bytes reversed. - eq
- Compare backing memory for equality.
- transmute_
copy_ ⚠uninit - Unsafely interprets a copy of
srcasDst.