package capnp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Runtime.StructPointerSource

Sourcetype t = {
  1. offset : int;
    (*

    Signed offset in words from end of the pointer to start of struct data region.

    *)
  2. data_words : int;
    (*

    Size of struct data region, in words.

    *)
  3. pointer_words : int;
    (*

    Size of struct pointers region, in words.

    *)
}
Sourceval tag_val_struct : int64
Sourceval offset_shift : int
Sourceval offset_mask : int64
Sourceval offset_mask_int : int
Sourceval data_size_shift : int
Sourceval data_size_mask : int64
Sourceval data_size_mask_int : int
Sourceval pointers_size_shift : int
Sourceval decode : Int64.t -> t
Sourceval encode : t -> Int64.t
OCaml

Innovation. Community. Security.