Struct gdnative_core::ref_kind::RefCounted[][src]

pub struct RefCounted;

Marker that indicates that a type is reference-counted.

Trait Implementations

impl Clone for RefCounted[src]

impl Copy for RefCounted[src]

impl Debug for RefCounted[src]

impl Default for RefCounted[src]

impl Eq for RefCounted[src]

impl Hash for RefCounted[src]

impl Ord for RefCounted[src]

impl PartialEq<RefCounted> for RefCounted[src]

impl PartialOrd<RefCounted> for RefCounted[src]

impl RefKind for RefCounted[src]

impl RefKindSpec for RefCounted[src]

type PtrWrapper = UnRef

impl<Access: ThreadAccess> SafeAsRaw<RefCounted, Access> for RefImplBound[src]

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

impl StructuralEq for RefCounted[src]

impl StructuralPartialEq for RefCounted[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CallHasher for T where
    T: Hash + ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.