Functions§
- read_
array_ ⚠like_ ptr_ at - Casts a part of provided
bytes
buffer with the givenoffset
to a mutable pointer toT
. - read_
ptr_ ⚠at - Casts a part of provided
bytes
buffer with the givenoffset
to a mutable pointer toT
. - write_
at - Writes provided
data
into providedbytes
buffer with the givenoffset
.