yaxpeax_arch

Trait 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§