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