struct PinWorker {
mem: GuestMemory,
endpoints: Vec<u16>,
notifymap_mmap: Arc<MemoryMapping>,
dtt_level: u64,
dtt_root: u64,
ioevents: Vec<Event>,
vfio_container: Arc<Mutex<VfioContainer>>,
pinstate: Arc<Mutex<CoIommuPinState>>,
params: CoIommuParameters,
}Fields§
§mem: GuestMemory§endpoints: Vec<u16>§notifymap_mmap: Arc<MemoryMapping>§dtt_level: u64§dtt_root: u64§ioevents: Vec<Event>§vfio_container: Arc<Mutex<VfioContainer>>§pinstate: Arc<Mutex<CoIommuPinState>>§params: CoIommuParametersImplementations§
Auto Trait Implementations§
impl Freeze for PinWorker
impl RefUnwindSafe for PinWorker
impl Send for PinWorker
impl Sync for PinWorker
impl Unpin for PinWorker
impl UnwindSafe for PinWorker
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