Struct hagane_simd::vector::uchar4 [] [src]

#[repr(C)] #[repr(simd)]
pub struct uchar4(pub u8, pub u8, pub u8, pub u8);

Methods

impl uchar4
[src]

Trait Implementations

impl Vector for uchar4
[src]

impl Dot<uchar4> for uchar4
[src]

impl Integer for uchar4
[src]

SIGN_MASK: u8 = 128

impl Copy for uchar4
[src]

impl Clone for uchar4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uchar4
[src]

Formats the value using the given formatter.

impl Add<uchar4> for uchar4
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u8> for uchar4
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<uchar4> for uchar4
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u8> for uchar4
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<uchar4> for uchar4
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u8> for uchar4
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<uchar4> for uchar4
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u8> for uchar4
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for uchar4
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for uchar4
[src]

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

This method tests for !=.

impl BitAnd<uchar4> for uchar4
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u8> for uchar4
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<uchar4> for uchar4
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u8> for uchar4
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<uchar4> for uchar4
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u8> for uchar4
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<uchar4> for uchar4
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u8> for uchar4
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<uchar4> for uchar4
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u8> for uchar4
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for uchar4
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for uchar4
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for uchar4
[src]

Performs the conversion.