Struct px8_plugin_lua::Reference [] [src]

pub struct Reference(_);

Type of Lua references generated through reference and unreference.

Methods

impl Reference
[src]

Returns true if this reference is equal to REFNIL.

Returns true if this reference is equal to NOREF.

Convenience function that returns the value of this reference.

Trait Implementations

impl Clone for Reference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Reference
[src]

impl Debug for Reference
[src]

Formats the value using the given formatter.

impl PartialEq for Reference
[src]

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

This method tests for !=.

impl Eq for Reference
[src]

impl Hash for Reference
[src]

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

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