Structs§
- List
Iter - Short
List Iter - Iterator for a list whose indices are of type
u16
.
Traits§
- From
Pointer Builder - From
Pointer Reader - HasStruct
Size - HasType
Id - User-defined Cap’n Proto structs and interfaces are statically assigned a 64-bit type ID. This trait allows the ID to be retrieved.
- Imbue
- A trait for types that can be “imbued” with capabilities.
- Imbue
Mut - Like
Imbue
, but the capability table is mutable. - Index
Move - Into
Internal List Reader - Trait for all types that can be converted to a low-level
ListReader
. - Into
Internal Struct Reader - Trait for all types that can be converted to a low-level
StructReader
. - Owned
- A trait to encode relationships between readers and builders.
- Owned
Struct - Pipelined
- Setter
Input - A trait marking types that can be passed as inputs to setter methods.
Receiver
is intended to be anOwned
, representing the destination type.