[][src]Trait gdnative::object::SafeDeref

pub unsafe trait SafeDeref<Kind, Access> where
    Access: ThreadAccess,
    Kind: RefKind
{ }

Trait for combinations of RefKind and ThreadAccess that can be dereferenced safely. This is an internal interface.

Implementors

impl SafeDeref<ManuallyManaged, Unique> for RefImplBound[src]

impl<Access> SafeDeref<RefCounted, Access> for RefImplBound where
    Access: LocalThreadAccess
[src]

Loading content...