dproto v2.1.6 (2020-05-02T23:33:48Z)
Home
Dub
Repo
ProtoField
dproto
attributes
Undocumented in source.
struct
ProtoField {
string
wireType
;
ubyte
fieldNumber
;
this
();
this
(string w, ubyte f);
auto
header
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(string w, ubyte f)
Undocumented in source.
Members
Functions
header
auto
header
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
fieldNumber
ubyte
fieldNumber
;
Undocumented in source.
wireType
string
wireType
;
Undocumented in source.
Meta
Source
See Implementation
dproto
attributes
aliases
Identity
functions
putProtoVal
putSingleProtoVal
serializeField
serializePackedProto
serializeProto
structs
Packed
ProtoField
Required
templates
ProtoAccessors
ProtoFields
TagId
protoDefault