pub(super) struct AdditionKey(__m256i);Tuple Fields§
§0: __m256iTrait Implementations§
Source§impl Add<Aligned130> for AdditionKey
impl Add<Aligned130> for AdditionKey
Source§fn add(self, x: Aligned130) -> IntegerTag
fn add(self, x: Aligned130) -> IntegerTag
Computes x + k mod 2^128
Source§type Output = IntegerTag
type Output = IntegerTag
The resulting type after applying the
+ operator.Source§impl Clone for AdditionKey
impl Clone for AdditionKey
Source§fn clone(&self) -> AdditionKey
fn clone(&self) -> AdditionKey
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AdditionKey
impl Debug for AdditionKey
Source§impl From<AdditionKey> for IntegerTag
impl From<AdditionKey> for IntegerTag
Source§fn from(k: AdditionKey) -> Self
fn from(k: AdditionKey) -> Self
Converts to this type from the input type.
impl Copy for AdditionKey
Auto Trait Implementations§
impl Freeze for AdditionKey
impl RefUnwindSafe for AdditionKey
impl Send for AdditionKey
impl Sync for AdditionKey
impl Unpin for AdditionKey
impl UnwindSafe for AdditionKey
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more