Struct brickadia::save::Header1[][src]

pub struct Header1 {
    pub map: String,
    pub description: String,
    pub author: User,
    pub host: Option<User>,
    pub save_time: [u8; 8],
    pub brick_count: u32,
}

Fields

map: String

The map the save was saved on.

description: String

The description given to the save.

author: User

The user who saved this save file.

host: Option<User>

The host of the server in which the save was saved. Only available in save versions 8+.

save_time: [u8; 8]

The save time of the save.

brick_count: u32

The number of bricks in the save.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.