Struct hagane_simd::vector::int3 [] [src]

#[repr(C)] #[repr(simd)]
pub struct int3(pub i32, pub i32, pub i32);

Methods

impl int3
[src]

Trait Implementations

impl Vector for int3
[src]

impl Dot<int3> for int3
[src]

impl Integer for int3
[src]

SIGN_MASK: i32 = std::i32::MIN

impl Select<int3> for int3
[src]

MASK_SHIFT: i32 = 31

impl Select<uint3> for int3
[src]

MASK_SHIFT: i32 = 31

impl Select<float3> for int3
[src]

MASK_SHIFT: i32 = 31

impl Copy for int3
[src]

impl Clone for int3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for int3
[src]

Formats the value using the given formatter.

impl Add<int3> for int3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<i32> for int3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<int3> for int3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i32> for int3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<int3> for int3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i32> for int3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<int3> for int3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i32> for int3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for int3
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for int3
[src]

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

This method tests for !=.

impl BitAnd<int3> for int3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i32> for int3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<int3> for int3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i32> for int3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<int3> for int3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i32> for int3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<int3> for int3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i32> for int3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<int3> for int3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i32> for int3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for int3
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for int3
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for int3
[src]

Performs the conversion.