wired
libc-free QUIC/HTTP3 SDK in C for x86_64-linux
Loading...
Searching...
No Matches
quic_mspan Struct Reference

Mutable view of a byte range. More...

#include <span.h>

Data Fields

u8p
 first byte of the writable range (not owned)
usz n
 number of writable bytes at p

Detailed Description

Mutable view of a byte range.

Same shape as quic_span but writable: used for fixed-size outputs where the callee fills exactly n bytes (e.g. a key or digest buffer). Construct with quic_mspan_of().


The documentation for this struct was generated from the following file: