pub trait VmiVa { // Required method fn va(&self) -> Va; }
A trait for types that have a virtual address.
Returns the virtual address.