Struct hagane_simd::vector::ulong16 [] [src]

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

Methods

impl ulong16
[src]

Trait Implementations

impl Vector for ulong16
[src]

impl Dot<ulong16> for ulong16
[src]

impl Integer for ulong16
[src]

SIGN_MASK: u64 = 9223372036854775808

impl Copy for ulong16
[src]

impl Clone for ulong16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ulong16
[src]

Formats the value using the given formatter.

impl Add<ulong16> for ulong16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u64> for ulong16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<ulong16> for ulong16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u64> for ulong16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<ulong16> for ulong16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u64> for ulong16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<ulong16> for ulong16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u64> for ulong16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for ulong16
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for ulong16
[src]

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

This method tests for !=.

impl BitAnd<ulong16> for ulong16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u64> for ulong16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<ulong16> for ulong16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u64> for ulong16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<ulong16> for ulong16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u64> for ulong16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<ulong16> for ulong16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u64> for ulong16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<ulong16> for ulong16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u64> for ulong16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for ulong16
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for ulong16
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for ulong16
[src]

Performs the conversion.