pub enum Lanes {
C,
D,
AB,
AC,
CD,
AD,
BC,
ABCD,
}Expand description
The Lanes enum represents a subset of the lanes A,B,C,D of a
FieldElement2625x4.
It’s used to specify blend operations without
having to know details about the data layout of the
FieldElement2625x4.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lanes
impl RefUnwindSafe for Lanes
impl Send for Lanes
impl Sync for Lanes
impl Unpin for Lanes
impl UnwindSafe for Lanes
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