Enum definitions::Target
[−]
[src]
pub enum Target {
Framebuffer,
ValueIndex(Address),
Stack,
BasePointer,
KeyRegister(Address),
}Variants
FramebufferValueIndex(Address)StackBasePointerKeyRegister(Address)Trait Implementations
impl Debug for Target[src]
impl Clone for Target[src]
fn clone(&self) -> Target
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more