Struct hagane_simd::vector::char3 [] [src]

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

Methods

impl char3
[src]

Trait Implementations

impl Vector for char3
[src]

impl Dot<char3> for char3
[src]

impl Integer for char3
[src]

SIGN_MASK: i8 = std::i8::MIN

impl Select<char3> for char3
[src]

MASK_SHIFT: i8 = 7

impl Select<uchar3> for char3
[src]

MASK_SHIFT: i8 = 7

impl Copy for char3
[src]

impl Clone for char3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for char3
[src]

Formats the value using the given formatter.

impl Add<char3> for char3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<i8> for char3
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<char3> for char3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<i8> for char3
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<char3> for char3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<i8> for char3
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<char3> for char3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<i8> for char3
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for char3
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for char3
[src]

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

This method tests for !=.

impl BitAnd<char3> for char3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<i8> for char3
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<char3> for char3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<i8> for char3
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<char3> for char3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<i8> for char3
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<char3> for char3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<i8> for char3
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<char3> for char3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<i8> for char3
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for char3
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for char3
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for char3
[src]

Performs the conversion.