Skip to main content

GuestPhysAddrRange

Type Alias GuestPhysAddrRange 

Source
pub type GuestPhysAddrRange = AddrRange<GuestPhysAddr>;
Expand description

Guest physical address range.

Aliased Type§

pub struct GuestPhysAddrRange {
    pub start: GuestPhysAddr,
    pub end: GuestPhysAddr,
}

Fields§

§start: GuestPhysAddr

The lower bound of the range (inclusive).

§end: GuestPhysAddr

The upper bound of the range (exclusive).