Struct hagane_simd::vector::uint16 [] [src]

#[repr(C)] #[repr(simd)]
pub struct uint16(pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32, pub u32);

Methods

impl uint16
[src]

Trait Implementations

impl Vector for uint16
[src]

impl Dot<uint16> for uint16
[src]

impl Integer for uint16
[src]

SIGN_MASK: u32 = 2147483648

impl Copy for uint16
[src]

impl Clone for uint16
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for uint16
[src]

Formats the value using the given formatter.

impl Add<uint16> for uint16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Add<u32> for uint16
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub<uint16> for uint16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Sub<u32> for uint16
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<uint16> for uint16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<u32> for uint16
[src]

The resulting type after applying the * operator

The method for the * operator

impl Div<uint16> for uint16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Div<u32> for uint16
[src]

The resulting type after applying the / operator

The method for the / operator

impl Neg for uint16
[src]

The resulting type after applying the - operator

The method for the unary - operator

impl PartialEq for uint16
[src]

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

This method tests for !=.

impl BitAnd<uint16> for uint16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitAnd<u32> for uint16
[src]

The resulting type after applying the & operator

The method for the & operator

impl BitOr<uint16> for uint16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitOr<u32> for uint16
[src]

The resulting type after applying the | operator

The method for the | operator

impl BitXor<uint16> for uint16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl BitXor<u32> for uint16
[src]

The resulting type after applying the ^ operator

The method for the ^ operator

impl Shl<uint16> for uint16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shl<u32> for uint16
[src]

The resulting type after applying the << operator

The method for the << operator

impl Shr<uint16> for uint16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Shr<u32> for uint16
[src]

The resulting type after applying the >> operator

The method for the >> operator

impl Rem for uint16
[src]

The resulting type after applying the % operator

The method for the % operator

impl Not for uint16
[src]

The resulting type after applying the ! operator

The method for the unary ! operator

impl From<isize> for uint16
[src]

Performs the conversion.