Function isPowerPC [src]
Prototype
 pub inline fn isPowerPC(arch: Arch) bool  Parameters
arch: Arch Source
 pub inline fn isPowerPC(arch: Arch) bool {
    return arch.isPowerPC32() or arch.isPowerPC64();
}   pub inline fn isPowerPC(arch: Arch) bool  arch: Arch  pub inline fn isPowerPC(arch: Arch) bool {
    return arch.isPowerPC32() or arch.isPowerPC64();
}