Trait yaxpeax_arch::AddressDisplay

source ·
pub trait AddressDisplay {
    type Show: Display;

    // Required method
    fn show(&self) -> Self::Show;
}

Required Associated Types§

Required Methods§

source

fn show(&self) -> Self::Show

Implementations on Foreign Types§

source§

impl AddressDisplay for u16

source§

impl AddressDisplay for u32

source§

impl AddressDisplay for u64

source§

impl AddressDisplay for usize

Implementors§