[][src]Trait yaxpeax_arch::AddressBase

pub trait AddressBase where
    Self: AddressDisplay + Copy + Clone + Sized + Hash + Ord + Eq + PartialEq + Bounded + Add<Output = Self> + Sub<Output = Self> + AddAssign + SubAssign + WrappingAdd + WrappingSub + CheckedAdd + CheckedSub + One + Zero
{ fn to_linear(&self) -> usize; }

Required methods

fn to_linear(&self) -> usize

Loading content...

Implementations on Foreign Types

impl AddressBase for u16[src]

impl AddressBase for u32[src]

impl AddressBase for u64[src]

impl AddressBase for usize[src]

Loading content...

Implementors

Loading content...