struct zxio_internal

Defined at line 46 of file ../../sdk/lib/zxio/zxio.cc

The private fields of a |zxio_t| object.

In |ops.h|, the |zxio_t| struct is defined as opaque. Clients of the zxio

library are forbidden from relying upon the structure of |zxio_t| objects.

To avoid temptation, the details of the structure are defined only in this

implementation file and are not visible in the header.

Public Members

const zxio_ops_t * ops
uint64_t[3] reserved

Public Methods

void zxio_internal (const zxio_ops_t * ops)

Defined at line 47 of file ../../sdk/lib/zxio/zxio.cc