Struct hagane_simd::vector::long3 [] [src]

#[repr(C)] #[repr(simd)]
pub struct long3(pub i64, pub i64, pub i64);

Methods

impl long3
[src]

Trait Implementations

impl Vector for long3
[src]

impl Dot<long3> for long3
[src]

impl Integer for long3
[src]

SIGN_MASK: i64 = std::i64::MIN

impl Select<long3> for long3
[src]

MASK_SHIFT: i64 = 63

impl Select<ulong3> for long3
[src]

MASK_SHIFT: i64 = 63

impl Select<double3> for long3
[src]

MASK_SHIFT: i64 = 63

impl Copy for long3
[src]

impl Clone for long3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for long3
[src]

Formats the value using the given formatter.

impl Add<long3> for long3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<i64> for long3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<long3> for long3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i64> for long3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<long3> for long3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i64> for long3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<long3> for long3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i64> for long3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for long3
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for long3
[src]

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

This method tests for !=.

impl BitAnd<long3> for long3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i64> for long3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<long3> for long3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i64> for long3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<long3> for long3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i64> for long3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<long3> for long3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i64> for long3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<long3> for long3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i64> for long3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for long3
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for long3
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for long3
[src]

Performs the conversion.