Struct hagane_simd::vector::ulong2 [] [src]

#[repr(C)] #[repr(simd)]
pub struct ulong2(pub u64, pub u64);

Methods

impl ulong2
[src]

Trait Implementations

impl Vector for ulong2
[src]

impl Dot<ulong2> for ulong2
[src]

impl Integer for ulong2
[src]

SIGN_MASK: u64 = 9223372036854775808

impl Copy for ulong2
[src]

impl Clone for ulong2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ulong2
[src]

Formats the value using the given formatter.

impl Add<ulong2> for ulong2
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u64> for ulong2
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<ulong2> for ulong2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u64> for ulong2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<ulong2> for ulong2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u64> for ulong2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<ulong2> for ulong2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u64> for ulong2
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for ulong2
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for ulong2
[src]

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

This method tests for !=.

impl BitAnd<ulong2> for ulong2
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u64> for ulong2
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<ulong2> for ulong2
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u64> for ulong2
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<ulong2> for ulong2
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u64> for ulong2
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<ulong2> for ulong2
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u64> for ulong2
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<ulong2> for ulong2
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u64> for ulong2
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for ulong2
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for ulong2
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for ulong2
[src]

Performs the conversion.