Function setThreadLocal [src]
Prototype
pub fn setThreadLocal(self: Index, thread_local: ThreadLocal, builder: *Builder) void
Parameters
self: Index
thread_local: ThreadLocal
builder: *Builder
Source
pub fn setThreadLocal(self: Index, thread_local: ThreadLocal, builder: *Builder) void {
self.ptr(builder).thread_local = thread_local;
}