Struct wkwrap::mat::Mat [] [src]

pub struct Mat<'a> {
    pub shape: Vec3,
    pub voxel_size: usize,
    pub voxel_type: VoxelType,
    // some fields omitted
}

Fields

Methods

impl<'a> Mat<'a>
[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for Mat<'a>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Mat<'a>

impl<'a> Sync for Mat<'a>