[][src]Type Definition gdnative_bindings::user_data::DefaultUserData

type DefaultUserData<T> = MutexData<T, DefaultLockPolicy>;

The default user data wrapper used by derive macro, when no user_data attribute is present. This may change in the future.