Type Definition pelite::pe32::image::SignedVa[][src]

type SignedVa = i32;

Signed address offset type used in pointer arithmetic.

Trait Implementations

impl<T: Pod> Add<SignedVa> for Ptr<T>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl<T: Pod> Add<SignedVa> for Ptr<[T]>
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl<T: Pod> Sub<SignedVa> for Ptr<T>
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl<T: Pod> Sub<SignedVa> for Ptr<[T]>
[src]

The resulting type after applying the - operator.

Performs the - operation.