pub(super) struct IntegerTag(__m128i);Tuple Fields§
§0: __m128iImplementations§
Trait Implementations§
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.
Auto Trait Implementations§
impl Freeze for IntegerTag
impl RefUnwindSafe for IntegerTag
impl Send for IntegerTag
impl Sync for IntegerTag
impl Unpin for IntegerTag
impl UnwindSafe for IntegerTag
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