pub struct PpcInsnDetail<'a>(/* private fields */);Expand description
Contains PPC-specific details for an instruction
Implementations§
Trait Implementations§
Source§impl<'a> Debug for PpcInsnDetail<'a>
impl<'a> Debug for PpcInsnDetail<'a>
Source§impl<'a> DetailsArchInsn for PpcInsnDetail<'a>
impl<'a> DetailsArchInsn for PpcInsnDetail<'a>
type OperandIterator = PpcOperandIterator<'a>
type Operand = PpcOperand
fn operands(&self) -> PpcOperandIterator<'a> ⓘ
Source§impl<'a> PartialEq for PpcInsnDetail<'a>
impl<'a> PartialEq for PpcInsnDetail<'a>
Auto Trait Implementations§
impl<'a> Freeze for PpcInsnDetail<'a>
impl<'a> RefUnwindSafe for PpcInsnDetail<'a>
impl<'a> Send for PpcInsnDetail<'a>
impl<'a> Sync for PpcInsnDetail<'a>
impl<'a> Unpin for PpcInsnDetail<'a>
impl<'a> UnwindSafe for PpcInsnDetail<'a>
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