pub enum Rv64ZbkcInstruction<Reg> {
Clmul {
rd: Reg,
rs1: Reg,
rs2: Reg,
},
Clmulh {
rd: Reg,
rs1: Reg,
rs2: Reg,
},
}Variants§
Trait Implementations§
Source§impl<Reg: Clone> Clone for Rv64ZbkcInstruction<Reg>
impl<Reg: Clone> Clone for Rv64ZbkcInstruction<Reg>
Source§fn clone(&self) -> Rv64ZbkcInstruction<Reg>
fn clone(&self) -> Rv64ZbkcInstruction<Reg>
Returns a duplicate 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<Reg: Debug> Debug for Rv64ZbkcInstruction<Reg>
impl<Reg: Debug> Debug for Rv64ZbkcInstruction<Reg>
§impl<Reg> Display for Rv64ZbkcInstruction<Reg>
impl<Reg> Display for Rv64ZbkcInstruction<Reg>
§impl<Reg> Instruction for Rv64ZbkcInstruction<Reg>
impl<Reg> Instruction for Rv64ZbkcInstruction<Reg>
Source§impl<Reg: PartialEq> PartialEq for Rv64ZbkcInstruction<Reg>
impl<Reg: PartialEq> PartialEq for Rv64ZbkcInstruction<Reg>
impl<Reg: Copy> Copy for Rv64ZbkcInstruction<Reg>
impl<Reg: Eq> Eq for Rv64ZbkcInstruction<Reg>
impl<Reg> StructuralPartialEq for Rv64ZbkcInstruction<Reg>
Auto Trait Implementations§
impl<Reg> Freeze for Rv64ZbkcInstruction<Reg>where
Reg: Freeze,
impl<Reg> RefUnwindSafe for Rv64ZbkcInstruction<Reg>where
Reg: RefUnwindSafe,
impl<Reg> Send for Rv64ZbkcInstruction<Reg>where
Reg: Send,
impl<Reg> Sync for Rv64ZbkcInstruction<Reg>where
Reg: Sync,
impl<Reg> Unpin for Rv64ZbkcInstruction<Reg>where
Reg: Unpin,
impl<Reg> UnwindSafe for Rv64ZbkcInstruction<Reg>where
Reg: UnwindSafe,
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