pub struct InstructionDecoder { /* private fields */ }Expand description
指令解码器,用于将字节码解码为指令
Implementations§
Source§impl InstructionDecoder
impl InstructionDecoder
Sourcepub fn new(architecture: Architecture) -> Self
pub fn new(architecture: Architecture) -> Self
创建新的指令解码器
Trait Implementations§
Source§impl Clone for InstructionDecoder
impl Clone for InstructionDecoder
Source§fn clone(&self) -> InstructionDecoder
fn clone(&self) -> InstructionDecoder
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 moreAuto Trait Implementations§
impl Freeze for InstructionDecoder
impl RefUnwindSafe for InstructionDecoder
impl Send for InstructionDecoder
impl Sync for InstructionDecoder
impl Unpin for InstructionDecoder
impl UnsafeUnpin for InstructionDecoder
impl UnwindSafe for InstructionDecoder
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