Module light_utils::offset::zero_copy
source · Functions§
- Casts a part of provided
bytes
buffer with the givenoffset
to a mutable pointer toT
. - Casts a part of provided
bytes
buffer with the givenoffset
to a mutable pointer toT
. - Writes provided
data
into providedbytes
buffer with the givenoffset
.