Struct ssimd::bool8x16 [] [src]

#[repr(packed)]
pub struct bool8x16(_, _, _, _, _, _, _, _, _, _, _, _, _, _, _, _);

Methods

impl bool8x16
[src]

[src]

Create new instance

[src]

Create new instance with all lanes set to a value

[src]

Get the idxth lane value

[src]

Replace the idxth lane with new value

[src]

Load instance from an array

[src]

Store self to an array

[src]

Check if all lanes are true

[src]

Check if at least one lane is true

Trait Implementations

impl Debug for bool8x16
[src]

[src]

Formats the value using the given formatter.

impl Clone for bool8x16
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for bool8x16
[src]

impl Not for bool8x16
[src]

The resulting type after applying the ! operator.

[src]

Performs the unary ! operation.