Struct mond::Reference [] [src]

pub struct Reference(_);

Type of Lua references generated through reference and unreference.

Methods

impl Reference
[src]

[src]

Returns true if this reference is equal to REFNIL.

[src]

Returns true if this reference is equal to NOREF.

[src]

Convenience function that returns the value of this reference.

Trait Implementations

impl Clone for Reference
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Reference
[src]

impl Debug for Reference
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Reference
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Reference
[src]

impl Hash for Reference
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more