grpc-d-core ~master (2021-10-08T04:49:21Z)
Dub
Repo
Tag
grpc
common
call
Undocumented in source.
struct
Tag {
@
safe
@
nogc
void
*
method
;
@
safe
@
nogc
string
methodName
;
@
safe
@
nogc
ubyte
[
16
]
metadata
;
@
safe
@
nogc
CallContext
ctx
;
static
Tag
*
opCall
();
static
void
free
(Tag* tag);
~this
();
this(this)
;
}
Destructor
~this
~this
()
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Static functions
free
void
free
(Tag* tag)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
Tag
*
opCall
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ctx
CallContext
ctx
;
Undocumented in source.
metadata
ubyte
[
16
]
metadata
;
Undocumented in source.
method
void
*
method
;
Undocumented in source.
methodName
string
methodName
;
Undocumented in source.
Meta
Source
See Implementation
grpc
common
call
structs
CallContext
CallDetails
Tag