Struct sc2::data::ImageData[][src]

pub struct ImageData { /* fields omitted */ }

Data used to sample the current state of the map at certain points.

Methods

impl ImageData
[src]

Number of bits to interpret as a pixel in the data.

Raw image data.

Dimensions of the image.

Trait Implementations

impl Debug for ImageData
[src]

Formats the value using the given formatter. Read more

impl Clone for ImageData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ImageData

impl Sync for ImageData