pub struct IsaDmaBuffer {
pub address: u64,
pub size: usize,
}
Expand description
Location of DMA buffer in guest memory
Fields§
§address: u64
GPA of the DMA buffer
size: usize
Size of the DMA buffer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IsaDmaBuffer
impl RefUnwindSafe for IsaDmaBuffer
impl Send for IsaDmaBuffer
impl Sync for IsaDmaBuffer
impl Unpin for IsaDmaBuffer
impl UnwindSafe for IsaDmaBuffer
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