Trait gdnative::thread_access::ThreadAccess[][src]

pub trait ThreadAccess: Sealed { }

Trait to parametrise over the access markers Unique, Shared, and ThreadLocal.

This trait is sealed and has no public members.

Implementors

impl ThreadAccess for Shared[src]

impl ThreadAccess for ThreadLocal[src]

impl ThreadAccess for Unique[src]

Loading content...