Struct vek::vec::ShuffleMask4 [] [src]

pub struct ShuffleMask4(_);

Opaque type wrapping a hardware-preferred shuffle mask format for 4D vectors.

Methods

impl ShuffleMask4
[src]

[src]

Creates a new shuffle mask from indices.

[src]

Extracts indices from this shuffle mask.

Trait Implementations

impl Debug for ShuffleMask4
[src]

[src]

Formats the value using the given formatter.

impl Copy for ShuffleMask4
[src]

impl Clone for ShuffleMask4
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for ShuffleMask4
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for ShuffleMask4
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for ShuffleMask4
[src]

impl From<usize> for ShuffleMask4
[src]

A ShuffleMask4 can be obtained by using the same index for all elements of the result.

[src]

Performs the conversion.

impl From<(usize, usize, usize, usize)> for ShuffleMask4
[src]

[src]

Performs the conversion.

impl From<[usize; 4]> for ShuffleMask4
[src]

[src]

Performs the conversion.