pub struct ParsedIns {
pub mnemonic: &'static str,
pub args: Arguments,
}Expand description
A parsed PowerPC instruction.
Fields§
§mnemonic: &'static str§args: ArgumentsImplementations§
Trait Implementations§
impl Eq for ParsedIns
impl StructuralPartialEq for ParsedIns
Auto Trait Implementations§
impl Freeze for ParsedIns
impl RefUnwindSafe for ParsedIns
impl Send for ParsedIns
impl Sync for ParsedIns
impl Unpin for ParsedIns
impl UnwindSafe for ParsedIns
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