yaxpeax_arch

Trait AddressDiffAmount

Source
pub trait AddressDiffAmount:
    Copy
    + Clone
    + PartialEq
    + PartialOrd
    + Eq
    + Ord
    + Zero
    + One { }

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 AddressDiffAmount for u16

Source§

impl AddressDiffAmount for u32

Source§

impl AddressDiffAmount for u64

Source§

impl AddressDiffAmount for usize

Implementors§