Struct luminance::texture::Dim2 [] [src]

pub struct Dim2;

2D dimension.

Trait Implementations

impl Clone for Dim2
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Dim2
[src]

impl Debug for Dim2
[src]

[src]

Formats the value using the given formatter. Read more

impl Dimensionable for Dim2
[src]

[src]

Dimension.

[src]

Width of the associated Size.

[src]

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

[src]

X offset.

[src]

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

[src]

Zero offset.

[src]

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

[src]

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

Auto Trait Implementations

impl Send for Dim2

impl Sync for Dim2