Enum definitions::Target [] [src]

pub enum Target {
    Framebuffer,
    ValueIndex(Address),
    Stack,
    BasePointer,
    KeyRegister(Address),
}

Variants

Trait Implementations

impl Debug for Target
[src]

Formats the value using the given formatter.

impl Clone for Target
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Target
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more