pub struct VmIoEntry {
pub vm_space: VmSpaceId,
pub kind: VmIoKind,
pub owner: VmIoOwner,
}Expand description
Per-VmIo entry in the store.
Fields§
§vm_space: VmSpaceId§kind: VmIoKind§owner: VmIoOwnerAuto Trait Implementations§
impl Freeze for VmIoEntry
impl RefUnwindSafe for VmIoEntry
impl Send for VmIoEntry
impl Sync for VmIoEntry
impl Unpin for VmIoEntry
impl UnsafeUnpin for VmIoEntry
impl UnwindSafe for VmIoEntry
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