Module zero_copy

Source

Functions§

read_array_like_ptr_at
Casts a part of provided bytes buffer with the given offset to a mutable pointer to T.
read_ptr_at
Casts a part of provided bytes buffer with the given offset to a mutable pointer to T.
write_at
Writes provided data into provided bytes buffer with the given offset.