Struct imagesize::ImageSize [] [src]

pub struct ImageSize {
    pub width: usize,
    pub height: usize,
}

Holds the size information of an image.

Fields

Width of an image in pixels.

Height of an image in pixels.

Trait Implementations

impl Debug for ImageSize
[src]

[src]

Formats the value using the given formatter.