Struct crypto::aessafe::u32x4 [-] [+] [src]

pub struct u32x4(_, _, _, _);

Trait Implementations

impl BitXor for u32x4

type Output = u32x4

fn bitxor(self, rhs: u32x4) -> u32x4

impl BitAnd for u32x4

type Output = u32x4

fn bitand(self, rhs: u32x4) -> u32x4

impl Not for u32x4

type Output = u32x4

fn not(self) -> u32x4

impl Default for u32x4

fn default() -> u32x4

Derived Implementations

impl PartialEq for u32x4

fn eq(&self, __arg_0: &u32x4) -> bool

fn ne(&self, __arg_0: &u32x4) -> bool

impl Eq for u32x4

fn assert_receiver_is_total_eq(&self)

impl Copy for u32x4