Sha256: 7732f0103221f140cad018c9682da29ebc5c99bc6375ffe32bd716a7a38f100a
Contents?: true
Size: 490 Bytes
Versions: 32
Compression:
Stored size: 490 Bytes
Contents
module Libcouchbase::Ext # (Not documented) # # ## Fields: # :iov :: # (FFI::Pointer(*IOV)) An IOV array # :niov :: # (Integer) Number of elements in iov array # :total_length :: # (Integer) Total length of the items. This should be set, if known, to prevent the # library from manually traversing the iov array to calculate the length. class FRAGBUF < FFI::Struct layout :iov, :pointer, :niov, :uint, :total_length, :uint end end
Version data entries
32 entries across 32 versions & 2 rubygems