Type Alias ppv_lite86::x86_64::SSE2
source · pub type SSE2 = SseMachine<NoS3, NoS4, NoNI>;
Aliased Type§
struct SSE2(/* private fields */);
Trait Implementations§
source§impl<S3: Clone, S4: Clone, NI: Clone> Clone for SseMachine<S3, S4, NI>
impl<S3: Clone, S4: Clone, NI: Clone> Clone for SseMachine<S3, S4, NI>
source§fn clone(&self) -> SseMachine<S3, S4, NI>
fn clone(&self) -> SseMachine<S3, S4, NI>
Returns a copy 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 more