Struct yaxpeax_m16c::InstDecoder [−][src]
pub struct InstDecoder {}
Trait Implementations
decode one instruction for this architecture from the yaxpeax_arch::Reader
of this
architecture’s Word
, writing into the provided inst
. Read more
decode one instruction for this architecture from the yaxpeax_arch::Reader
of this
architecture’s Word
. Read more
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for InstDecoder
impl Send for InstDecoder
impl Sync for InstDecoder
impl Unpin for InstDecoder
impl UnwindSafe for InstDecoder