pub struct InstructionDecoder { /* private fields */ }Implementations§
Source§impl InstructionDecoder
impl InstructionDecoder
pub fn new(architecture: Architecture) -> Self
pub fn decode(&self, bytes: &[u8]) -> Result<Vec<Instruction>>
Auto Trait Implementations§
impl Freeze for InstructionDecoder
impl RefUnwindSafe for InstructionDecoder
impl Send for InstructionDecoder
impl Sync for InstructionDecoder
impl Unpin 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