Struct uorustlibs::map::Block [] [src]

pub struct Block {
    pub checksum: u32,
    pub cells: [Cell; 64],
}

Fields

Trait Implementations

impl Copy for Block
[src]

impl Clone for Block
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more