Documentation
¶
Index ¶
- Constants
- func RegisterSchema(reg *schemas.Registry)
- type Point
- func (Point) DecodeFromPtr(p capnp.Ptr) Point
- func (s Point) EncodeAsPtr(seg *capnp.Segment) capnp.Ptr
- func (s Point) IsValid() bool
- func (s Point) Message() *capnp.Message
- func (s Point) Segment() *capnp.Segment
- func (s Point) SetX(v uint32)
- func (s Point) SetY(v uint32)
- func (s Point) SetZ(v uint32)
- func (s Point) String() string
- func (s Point) ToPtr() capnp.Ptr
- func (s Point) X() uint32
- func (s Point) Y() uint32
- func (s Point) Z() uint32
- type Point_Future
- type Point_List
Constants ¶
View Source
const Point_TypeID = 0x93ea14493a7e63a2
Point_TypeID is the unique identifier for the type Point.
Variables ¶
This section is empty.
Functions ¶
func RegisterSchema ¶
Types ¶
type Point_Future ¶
Point_Future is a wrapper for a Point promised by a client call.
func (Point_Future) Struct ¶
func (f Point_Future) Struct() (Point, error)
type Point_List ¶
type Point_List = capnp.StructList[Point]
Point_List is a list of Point.
func NewPoint_List ¶
func NewPoint_List(s *capnp.Segment, sz int32) (Point_List, error)
NewPoint creates a new list of Point.
Click to show internal directories.
Click to hide internal directories.