Struct voidmap::Meta [] [src]

pub struct Meta {
    pub ctime: u64,
    pub mtime: u64,
    pub finish_time: Option<u64>,
    pub gps: (f32, f32),
    pub tags: HashMap<String, String>,
}

Fields

Methods

impl Meta
[src]

Trait Implementations

impl Debug for Meta
[src]

Formats the value using the given formatter.

impl Clone for Meta
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Meta
[src]

Returns the "default value" for a type. Read more