Struct hagane_simd::vector::char16 [] [src]

#[repr(C)] #[repr(simd)]
pub struct char16(pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8, pub i8);

Methods

impl char16
[src]

Trait Implementations

impl Vector for char16
[src]

impl Dot<char16> for char16
[src]

impl Integer for char16
[src]

SIGN_MASK: i8 = std::i8::MIN

impl Select<char16> for char16
[src]

MASK_SHIFT: i8 = 7

impl Select<uchar16> for char16
[src]

MASK_SHIFT: i8 = 7

impl Copy for char16
[src]

impl Clone for char16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for char16
[src]

Formats the value using the given formatter.

impl Add<char16> for char16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<i8> for char16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<char16> for char16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i8> for char16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<char16> for char16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i8> for char16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<char16> for char16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i8> for char16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for char16
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for char16
[src]

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

This method tests for !=.

impl BitAnd<char16> for char16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i8> for char16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<char16> for char16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i8> for char16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<char16> for char16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i8> for char16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<char16> for char16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i8> for char16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<char16> for char16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i8> for char16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for char16
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for char16
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for char16
[src]

Performs the conversion.