Enum lightningscanner::ScanMode
source · pub enum ScanMode {
Scalar,
Sse42,
Avx2,
}Expand description
Scan mode
Variants§
Scalar
Scalar scan mode
Sse42
Scan mode that uses SSE4.2 SIMD instructions
Avx2
Scan mode that uses AVX2 SIMD instructions
Trait Implementations§
source§impl PartialEq for ScanMode
impl PartialEq for ScanMode
impl Copy for ScanMode
impl Eq for ScanMode
impl StructuralEq for ScanMode
impl StructuralPartialEq for ScanMode
Auto Trait Implementations§
impl RefUnwindSafe for ScanMode
impl Send for ScanMode
impl Sync for ScanMode
impl Unpin for ScanMode
impl UnwindSafe for ScanMode
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