Struct gm_types::messages::ImageInfo [] [src]

pub struct ImageInfo {
    pub h: u32,
    pub mimetype: String,
    pub size: u32,
    pub w: u32,
}

Information about an image.

Fields

The height of the image in pixels.

MIME type

Size, in bytes

The width of the image in pixels.

Trait Implementations

impl Debug for ImageInfo
[src]

[src]

Formats the value using the given formatter.