Struct x86intrin::m128i [] [src]

#[repr(simd)]
pub struct m128i(_, _);

Methods

impl m128i
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl BitAnd for m128i
[src]

The resulting type after applying the & operator.

[src]

Performs the & operation.

impl BitOr for m128i
[src]

The resulting type after applying the | operator.

[src]

Performs the | operation.

impl BitXor for m128i
[src]

The resulting type after applying the ^ operator.

[src]

Performs the ^ operation.

impl Debug for m128i
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for m128i
[src]

impl Clone for m128i
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for m128i

impl Sync for m128i