qvm_slice_result

A structure describing which descriptor is used for a specified slice, and the size in bytes 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.

Library:

Provided by qvm; no external library is required.