Struct hagane_simd::vector::ushort8 [] [src]

#[repr(C)] #[repr(simd)]
pub struct ushort8(pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16, pub u16);

Methods

impl ushort8
[src]

Trait Implementations

impl Vector for ushort8
[src]

impl Dot<ushort8> for ushort8
[src]

impl Integer for ushort8
[src]

SIGN_MASK: u16 = 32768

impl Copy for ushort8
[src]

impl Clone for ushort8
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ushort8
[src]

Formats the value using the given formatter.

impl Add<ushort8> for ushort8
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u16> for ushort8
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<ushort8> for ushort8
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u16> for ushort8
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<ushort8> for ushort8
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u16> for ushort8
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<ushort8> for ushort8
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u16> for ushort8
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for ushort8
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for ushort8
[src]

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

This method tests for !=.

impl BitAnd<ushort8> for ushort8
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u16> for ushort8
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<ushort8> for ushort8
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u16> for ushort8
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<ushort8> for ushort8
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u16> for ushort8
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<ushort8> for ushort8
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u16> for ushort8
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<ushort8> for ushort8
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u16> for ushort8
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for ushort8
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for ushort8
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for ushort8
[src]

Performs the conversion.