pub struct VmIoPermission {
pub vmio_owner: VmIoOwner,
pub vmspace_owner: VmSpaceOwner,
}Expand description
Fields§
§vmio_owner: VmIoOwner§vmspace_owner: VmSpaceOwnerAuto Trait Implementations§
impl Freeze for VmIoPermission
impl !RefUnwindSafe for VmIoPermission
impl Send for VmIoPermission
impl Sync for VmIoPermission
impl Unpin for VmIoPermission
impl UnsafeUnpin for VmIoPermission
impl UnwindSafe for VmIoPermission
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