Trait gdnative::thread_access::LocalThreadAccess[][src]

pub trait LocalThreadAccess: ThreadAccess { }

Trait to parametrise over the access markers that are local to the current thread: Unique and ThreadLocal.

Implementors

impl LocalThreadAccess for ThreadLocal[src]

impl LocalThreadAccess for Unique[src]

Loading content...