Struct hagane_simd::vector::ushort3 [] [src]

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

Methods

impl ushort3
[src]

Trait Implementations

impl Vector for ushort3
[src]

impl Dot<ushort3> for ushort3
[src]

impl Integer for ushort3
[src]

SIGN_MASK: u16 = 32768

impl Copy for ushort3
[src]

impl Clone for ushort3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ushort3
[src]

Formats the value using the given formatter.

impl Add<ushort3> for ushort3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u16> for ushort3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<ushort3> for ushort3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u16> for ushort3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<ushort3> for ushort3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u16> for ushort3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<ushort3> for ushort3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u16> for ushort3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for ushort3
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for ushort3
[src]

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

This method tests for !=.

impl BitAnd<ushort3> for ushort3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u16> for ushort3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<ushort3> for ushort3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u16> for ushort3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<ushort3> for ushort3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u16> for ushort3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<ushort3> for ushort3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u16> for ushort3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<ushort3> for ushort3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u16> for ushort3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for ushort3
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for ushort3
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for ushort3
[src]

Performs the conversion.