Struct gm_types::messages::FileInfo [] [src]

pub struct FileInfo {
    pub mimetype: String,
    pub size: u32,
}

Information about a file.

Fields

MIME type

Size, in bytes

Trait Implementations

impl Debug for FileInfo
[src]

[src]

Formats the value using the given formatter.