struct Backend<R: Rounds, V: Variant> {
v: [__m128i; 4],
_pd: PhantomData<(R, V)>,
}Fields§
§v: [__m128i; 4]§_pd: PhantomData<(R, V)>Implementations§
Auto Trait Implementations§
impl<R, V> Freeze for Backend<R, V>
impl<R, V> RefUnwindSafe for Backend<R, V>where
R: RefUnwindSafe,
V: RefUnwindSafe,
impl<R, V> Send for Backend<R, V>
impl<R, V> Sync for Backend<R, V>
impl<R, V> Unpin for Backend<R, V>
impl<R, V> UnsafeUnpin for Backend<R, V>
impl<R, V> UnwindSafe for Backend<R, V>where
R: UnwindSafe,
V: UnwindSafe,
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