Struct ppv_lite86::x86_64::SseMachine
source · pub struct SseMachine<S3, S4, NI>(_);
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