pub struct RiscVEncoder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for RiscVEncoder
impl Default for RiscVEncoder
Source§impl InstructionEncoder for RiscVEncoder
impl InstructionEncoder for RiscVEncoder
fn encode_instruction( &mut self, inst: &ParsedInstruction, ) -> Result<Vec<u8>, RasError>
fn current_position(&self) -> usize
Auto Trait Implementations§
impl Freeze for RiscVEncoder
impl RefUnwindSafe for RiscVEncoder
impl Send for RiscVEncoder
impl Sync for RiscVEncoder
impl Unpin for RiscVEncoder
impl UnsafeUnpin for RiscVEncoder
impl UnwindSafe for RiscVEncoder
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