pub struct IovaRange {
pub base: GuestAddress,
pub length: usize,
}Available on crate feature
iommu only.Expand description
Representation of an IOVA memory range (i.e. in the I/O virtual address space).
Fields§
§base: GuestAddressIOVA base address
length: usizeLength (in bytes) of this range
Trait Implementations§
impl Eq for IovaRange
impl StructuralPartialEq for IovaRange
Auto Trait Implementations§
impl Freeze for IovaRange
impl RefUnwindSafe for IovaRange
impl Send for IovaRange
impl Sync for IovaRange
impl Unpin for IovaRange
impl UnwindSafe for IovaRange
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more