Enum sc2::UpdateScheme [] [src]

pub enum UpdateScheme {
    Realtime,
    Interval(u32),
}

update scheme for the agents to use

Variants

update as fast as possible

step the game with a fixed interval

Trait Implementations

impl Debug for UpdateScheme
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for UpdateScheme
[src]

impl Clone for UpdateScheme
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for UpdateScheme

impl Sync for UpdateScheme