pub struct BlockScalar<Lanes: ArrayLength> { /* private fields */ }
Expand description
A scalar solution
Trait Implementations§
Source§impl<Lanes: ArrayLength> Salsa20 for BlockScalar<Lanes>
impl<Lanes: ArrayLength> Salsa20 for BlockScalar<Lanes>
Source§fn read(ptr: GenericArray<&Self::Block, Lanes>) -> Self
fn read(ptr: GenericArray<&Self::Block, Lanes>) -> Self
Read block(s)
Auto Trait Implementations§
impl<Lanes> Freeze for BlockScalar<Lanes>
impl<Lanes> RefUnwindSafe for BlockScalar<Lanes>
impl<Lanes> Send for BlockScalar<Lanes>
impl<Lanes> Sync for BlockScalar<Lanes>
impl<Lanes> Unpin for BlockScalar<Lanes>
impl<Lanes> UnwindSafe for BlockScalar<Lanes>
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