Skip to main content

GuestVirtAddrRange

Type Alias GuestVirtAddrRange 

Source
pub type GuestVirtAddrRange = AddrRange<GuestVirtAddr>;
Expand description

Guest virtual address range.

Aliased Type§

pub struct GuestVirtAddrRange {
    pub start: GuestVirtAddr,
    pub end: GuestVirtAddr,
}

Fields§

§start: GuestVirtAddr

The lower bound of the range (inclusive).

§end: GuestVirtAddr

The upper bound of the range (exclusive).