Searched defs:VfioWrapper (Results 1 – 2 of 2) sorted by relevance
18 pub struct VfioWrapper { struct23 impl VfioWrapper { impl33 impl MemoryMapper for VfioWrapper { implementation78 fn as_vfio_wrapper(&self) -> Option<&VfioWrapper> { in as_vfio_wrapper()81 fn as_vfio_wrapper_mut(&mut self) -> Option<&mut VfioWrapper> { in as_vfio_wrapper_mut()84 fn into_vfio_wrapper(self: Box<Self>) -> Option<Box<VfioWrapper>> { in into_vfio_wrapper()89 impl Translate for VfioWrapper { implementation95 impl AsRawDescriptors for VfioWrapper { implementation
108 fn as_vfio_wrapper(&self) -> Option<&VfioWrapper> { in as_vfio_wrapper()111 fn as_vfio_wrapper_mut(&mut self) -> Option<&mut VfioWrapper> { in as_vfio_wrapper_mut()114 fn into_vfio_wrapper(self: Box<Self>) -> Option<Box<VfioWrapper>> { in into_vfio_wrapper()