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]

[src]

number of bits to interpret as a pixel in the data

[src]

raw image data

[src]

dimensions of the image

Trait Implementations

impl Debug for ImageData
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ImageData
[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 ImageData

impl Sync for ImageData