pub trait ToPC {
    // Required method
    fn to_pc(self) -> PC;
}
Expand description

Convert to PC.

Required Methods§

source

fn to_pc(self) -> PC

Take self and return PC.

Implementations on Foreign Types§

source§

impl ToPC for u32

source§

fn to_pc(self) -> PC

Implementors§