Struct dot_vox::Size[][src]

pub struct Size {
    pub x: u32,
    pub y: u32,
    pub z: u32,
}

The size of a model in voxels

Indicates the size of the model in Voxels.

Fields

The width of the model in voxels.

The height of the model in voxels.

The depth of the model in voxels.

Trait Implementations

impl Copy for Size
[src]

impl Clone for Size
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Size
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Size
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Size

impl Sync for Size