#[repr(u8)]pub enum Int256Funct7 {
Add = 0,
Sub = 1,
Xor = 2,
Or = 3,
And = 4,
Sll = 5,
Srl = 6,
Sra = 7,
Slt = 8,
Sltu = 9,
Mul = 10,
}
Expand description
funct7 options for 256-bit integer instructions.
Variants§
Implementations§
Source§impl Int256Funct7
impl Int256Funct7
Trait Implementations§
Source§impl Clone for Int256Funct7
impl Clone for Int256Funct7
Source§fn clone(&self) -> Int256Funct7
fn clone(&self) -> Int256Funct7
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 moreSource§impl Debug for Int256Funct7
impl Debug for Int256Funct7
Source§impl PartialEq for Int256Funct7
impl PartialEq for Int256Funct7
impl Copy for Int256Funct7
impl Eq for Int256Funct7
impl StructuralPartialEq for Int256Funct7
Auto Trait Implementations§
impl Freeze for Int256Funct7
impl RefUnwindSafe for Int256Funct7
impl Send for Int256Funct7
impl Sync for Int256Funct7
impl Unpin for Int256Funct7
impl UnwindSafe for Int256Funct7
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)