Struct hagane_simd::vector::ushort16 [] [src]

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

Methods

impl ushort16
[src]

Trait Implementations

impl Vector for ushort16
[src]

impl Dot<ushort16> for ushort16
[src]

impl Integer for ushort16
[src]

SIGN_MASK: u16 = 32768

impl Copy for ushort16
[src]

impl Clone for ushort16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ushort16
[src]

Formats the value using the given formatter.

impl Add<ushort16> for ushort16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u16> for ushort16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<ushort16> for ushort16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u16> for ushort16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<ushort16> for ushort16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u16> for ushort16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<ushort16> for ushort16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u16> for ushort16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for ushort16
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for ushort16
[src]

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

This method tests for !=.

impl BitAnd<ushort16> for ushort16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u16> for ushort16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<ushort16> for ushort16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u16> for ushort16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<ushort16> for ushort16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u16> for ushort16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<ushort16> for ushort16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u16> for ushort16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<ushort16> for ushort16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u16> for ushort16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for ushort16
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for ushort16
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for ushort16
[src]

Performs the conversion.