qvm_slice_result
Structure that describes which descriptor is used for a specific slice, and the size of the slice
Synopsis:
#include <qvm/utils.h>struct qvm_slice_result {
uint8_t descriptor_idx;
uint8_t nbytes;
};Data:
- uint8_t descriptor_idx
- The index of a descriptor array from which a slice is produced, or QVM_SLICE_NO_DESCRIPTOR.
- uint8_t nbytes
- The number of bytes in the slice.
Page updated:
