Enum capstone::arch::m68k::M68kOpSize [−][src]
pub enum M68kOpSize { Cpu(M68kCpuSize), Fpu(M68kFpuSize), }
Expand description
Operation size of the current instruction (NOT the actually size of instruction)
Variants
Cpu(M68kCpuSize)
Fpu(M68kFpuSize)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more