Struct froggy::WeakPointer [] [src]

pub struct WeakPointer<T> { /* fields omitted */ }

Weak variant of Pointer.

Methods

impl<T> WeakPointer<T>
[src]

Upgrades the WeakPointer to a Pointer, if possible. Returns Err if the strong count has reached zero or the inner value was destroyed.

Trait Implementations

impl<T> Clone for WeakPointer<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> PartialEq for WeakPointer<T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.