Skip to main content
Module mmap_backing
trx_rs
0.1.0
Module mmap_
backing
Module Items
Enums
Functions
In crate trx_
rs
trx_rs
Module
mmap_
backing
Copy item path
Source
Enums
§
Mmap
Backing
Owns the backing memory for a TRX data array.
Functions
§
vec_
to_
bytes
Convert a
Vec<T: Pod>
into a
Vec<u8>
by copying the raw bytes.