Struct array3d::Vec4 [] [src]

pub struct Vec4<X, Y = X, Z = Y, W = Z> {
    pub x: X,
    pub y: Y,
    pub z: Z,
    pub w: W,
}

Fields

Trait Implementations

impl<X: Copy, Y: Copy, Z: Copy, W: Copy> Copy for Vec4<X, Y, Z, W>
[src]

impl<X: Debug, Y: Debug, Z: Debug, W: Debug> Debug for Vec4<X, Y, Z, W>
[src]

[src]

Formats the value using the given formatter.

impl<X: Clone, Y: Clone, Z: Clone, W: Clone> Clone for Vec4<X, Y, Z, W>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more