Type Definition pelite::pe64::image::Va[][src]

type Va = u64;

Virtual address type, absolute address as known by the image. Not always the same as a pointer.

Trait Implementations

impl<T: ?Sized> From<Va> for Ptr<T>
[src]

Performs the conversion.

impl<T: ?Sized> From<Ptr<T>> for Va
[src]

Performs the conversion.

impl<T: ?Sized> AsRef<Va> for Ptr<T>
[src]

Performs the conversion.

impl<T: ?Sized> AsMut<Va> for Ptr<T>
[src]

Performs the conversion.