Enum melon::Register [] [src]

pub enum Register {
    StackPtr,
}

Variants

Trait Implementations

impl Clone for Register
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Register
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Register

impl Sync for Register