Struct capstone::arch::ppc::PpcInsnDetail [] [src]

pub struct PpcInsnDetail<'a>(_);

Contains PPC-specific details for an instruction

Methods

impl<'a> PpcInsnDetail<'a>
[src]

[src]

Branch code for branch instructions

[src]

Branch hint for branch instructions

[src]

Whether this 'dot' insn updates CR0

Trait Implementations

impl<'a> PartialEq for PpcInsnDetail<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl<'a> Debug for PpcInsnDetail<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> DetailsArchInsn for PpcInsnDetail<'a>
[src]

Important traits for PpcOperandIterator<'a>
[src]

Auto Trait Implementations

impl<'a> Send for PpcInsnDetail<'a>

impl<'a> Sync for PpcInsnDetail<'a>