Struct luminance::texture::Dim1 [] [src]

pub struct Dim1;

1D dimension.

Trait Implementations

impl Clone for Dim1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Dim1
[src]

impl Debug for Dim1
[src]

[src]

Formats the value using the given formatter.

impl Dimensionable for Dim1
[src]

[src]

Dimension.

[src]

Width of the associated Size.

[src]

X offset.

[src]

Zero offset.

[src]

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

[src]

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

[src]

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

[src]

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