Struct luminance::texture::Dim3 [] [src]

pub struct Dim3;

3D dimension.

Trait Implementations

impl Clone for Dim3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Dim3
[src]

impl Debug for Dim3
[src]

Formats the value using the given formatter.

impl Dimensionable for Dim3
[src]

Dimension.

Width of the associated Size.

Height of the associated Size. If it doesn’t have one, set it to 1.

Depth of the associated Size. If it doesn’t have one, set it to 1.

X offset.

Y offset. If it doesn’t have one, set it to 0.

Z offset. If it doesn’t have one, set it to 0.

Zero offset.