[][src]Trait gdnative::ref_kind::RefKind

pub trait RefKind: RefKindSpec + Sealed { }

Trait to parameterize over the memory management markers ManuallyManaged and RefCounted.

This trait is sealed and has no public members.

Implementors

impl RefKind for ManuallyManaged[src]

impl RefKind for RefCounted[src]

Loading content...