Functions§
- read_
array_ ⚠like_ ptr_ at - Casts a part of provided
bytesbuffer with the givenoffsetto a mutable pointer toT. - read_
array_ ⚠like_ ptr_ at_ mut - Casts a part of provided
bytesbuffer with the givenoffsetto a mutable pointer toT. - read_
ptr_ ⚠at - Casts a part of provided
bytesbuffer with the givenoffsetto a mutable pointer toT. - write_
at - Writes provided
datainto providedbytesbuffer with the givenoffset.