Va

Type Alias Va 

Source
pub type Va = u32;
Expand description

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

Trait Implementations§

Source§

impl<T: ?Sized> From<Ptr<T>> for Va

Source§

fn from(ptr: Ptr<T>) -> Va

Converts to this type from the input type.