Struct froggy::Pointer [] [src]

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

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.

impl<T> Drop for Pointer<T>
[src]

A method called when the value goes out of scope. Read more