[−][src]Trait gdnative_core::object::SafeDeref
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]
fn impl_as_ref<T: GodotObject<RefKind = ManuallyManaged>>(
this: &Ref<T, Unique>
) -> TRef<'_, T, Unique>[src]
this: &Ref<T, Unique>
) -> TRef<'_, T, Unique>
impl<Access: LocalThreadAccess> SafeDeref<RefCounted, Access> for RefImplBound[src]
fn impl_as_ref<T: GodotObject<RefKind = RefCounted>>(
this: &Ref<T, Access>
) -> TRef<'_, T, Access>[src]
this: &Ref<T, Access>
) -> TRef<'_, T, Access>