yaxpeax_arch

Trait Address

Source
pub trait Address
where Self: AddressBase,
{ }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl Address for u16

Source§

impl Address for u32

Source§

impl Address for u64

Source§

impl Address for usize

Implementors§