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