pub struct Instruction { pub raw: u32, }
Represents a RISC-V instruction. This struct is used to encapsulate the raw instruction data and provides methods to create an instruction from raw bytes or a usize value.
raw: u32
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.
[From]<T> for U