Struct hagane_simd::vector::short3 [] [src]

#[repr(C)] #[repr(simd)]
pub struct short3(pub i16, pub i16, pub i16);

Methods

impl short3
[src]

Trait Implementations

impl Vector for short3
[src]

impl Dot<short3> for short3
[src]

impl Integer for short3
[src]

SIGN_MASK: i16 = std::i16::MIN

impl Select<short3> for short3
[src]

MASK_SHIFT: i16 = 15

impl Select<ushort3> for short3
[src]

MASK_SHIFT: i16 = 15

impl Copy for short3
[src]

impl Clone for short3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for short3
[src]

Formats the value using the given formatter.

impl Add<short3> for short3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<i16> for short3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<short3> for short3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i16> for short3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<short3> for short3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i16> for short3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<short3> for short3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i16> for short3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for short3
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for short3
[src]

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

This method tests for !=.

impl BitAnd<short3> for short3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i16> for short3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<short3> for short3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i16> for short3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<short3> for short3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i16> for short3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<short3> for short3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i16> for short3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<short3> for short3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i16> for short3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for short3
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for short3
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for short3
[src]

Performs the conversion.