Enum curve25519_dalek::backend::vector::ifma::field::Lanes [−][src]
pub enum Lanes {
D,
C,
AB,
AC,
AD,
BCD,
}
This is supported on crate feature
simd_backend
and (target features avx2
or avx512ifma
) and target feature avx512ifma
only.Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Lanes
impl UnwindSafe for Lanes
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn cast(self) -> U
pub fn cast(self) -> U
Numeric cast from self
to T
.
pub fn from_bits(t: T) -> T
pub fn from_bits(t: T) -> T
Safe lossless bitwise transmute from T
to Self
.
pub fn from_cast(t: T) -> T
pub fn from_cast(t: T) -> T
Numeric cast from T
to Self
.
pub fn into_bits(self) -> U
pub fn into_bits(self) -> U
Safe lossless bitwise transmute from self
to T
.