Enum sc2_proto::raw::UnitOrder_oneof_target [] [src]

pub enum UnitOrder_oneof_target {
    target_world_space_pos(Point),
    target_unit_tag(u64),
}

Variants

Trait Implementations

impl Clone for UnitOrder_oneof_target
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for UnitOrder_oneof_target
[src]

[src]

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

[src]

This method tests for !=.