Module light_utils::offset
source · Functions§
- Casts a part of provided
bytesbuffer with the givenoffsetto a mutable pointer toT. - Creates a
BoundedVecfrom the sequence of values provided inbytesbuffer. - Creates a
CyclicBoundedVecfrom the sequence of values provided inbytesbuffer. - Casts a part of provided
bytesbuffer with the givenoffsetto a mutable pointer toT. - Creates a copy of value of type
Tbased on the providedbytesbuffer. - Writes provided
datainto providedbytesbuffer with the givenoffset.