Trait gdnative_core::object::SafeAsRaw [−][src]
Trait for persistent Refs that point to valid objects. This is an internal interface.
Implementors
impl SafeAsRaw<ManuallyManaged, Unique> for RefImplBound[src]
fn impl_as_raw<T: GodotObject<RefKind = ManuallyManaged>>(
this: &Ref<T, Unique>
) -> &RawObject<T>[src]
this: &Ref<T, Unique>
) -> &RawObject<T>
impl<Access: ThreadAccess> SafeAsRaw<RefCounted, Access> for RefImplBound[src]
fn impl_as_raw<T: GodotObject<RefKind = RefCounted>>(
this: &Ref<T, Access>
) -> &RawObject<T>[src]
this: &Ref<T, Access>
) -> &RawObject<T>