Struct screeps::memory::MemoryReference [] [src]

pub struct MemoryReference(_);

TODO: do we even need this over just a raw 'Reference'?

Methods

impl MemoryReference
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl AsRef<Reference> for MemoryReference
[src]

[src]

Performs the conversion.

impl TryFrom<Value> for MemoryReference
[src]

The type returned in the event of a conversion error.

[src]

Performs the conversion.

Auto Trait Implementations