Type Alias ppv_lite86::x86_64::SSSE3
source · pub type SSSE3 = SseMachine<YesS3, NoS4, NoNI>;
Aliased Type§
struct SSSE3(/* 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