pub struct VmMappedMemoryRegion {
pub(crate) guest_address: GuestAddress,
pub(crate) slot: MemSlot,
}Fields§
§guest_address: GuestAddress§slot: MemSlotAuto Trait Implementations§
impl Freeze for VmMappedMemoryRegion
impl RefUnwindSafe for VmMappedMemoryRegion
impl Send for VmMappedMemoryRegion
impl Sync for VmMappedMemoryRegion
impl Unpin for VmMappedMemoryRegion
impl UnwindSafe for VmMappedMemoryRegion
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