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

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<Ptr<T>> for Va[src]