pub struct Ssimulacra2Config {
pub impl_type: SimdImpl,
}Expand description
Configuration for SSIMULACRA2 computation.
Fields§
§impl_type: SimdImplImplementation backend for all operations
Implementations§
Source§impl Ssimulacra2Config
impl Ssimulacra2Config
Sourcepub fn unsafe_simd() -> Self
pub fn unsafe_simd() -> Self
Configuration using unsafe SIMD for all operations (fastest)
Trait Implementations§
Source§impl Clone for Ssimulacra2Config
impl Clone for Ssimulacra2Config
Source§fn clone(&self) -> Ssimulacra2Config
fn clone(&self) -> Ssimulacra2Config
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 Ssimulacra2Config
impl Debug for Ssimulacra2Config
Source§impl Default for Ssimulacra2Config
impl Default for Ssimulacra2Config
Source§fn default() -> Ssimulacra2Config
fn default() -> Ssimulacra2Config
Returns the “default value” for a type. Read more
impl Copy for Ssimulacra2Config
Auto Trait Implementations§
impl Freeze for Ssimulacra2Config
impl RefUnwindSafe for Ssimulacra2Config
impl Send for Ssimulacra2Config
impl Sync for Ssimulacra2Config
impl Unpin for Ssimulacra2Config
impl UnwindSafe for Ssimulacra2Config
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