Struct iommu::IntelIommu
source · pub struct IntelIommu { /* private fields */ }
Expand description
Struct representing IOMMU (TODO: rename since this is specific to Intel VT-d)
Auto Trait Implementations§
impl RefUnwindSafe for IntelIommu
impl Send for IntelIommu
impl Sync for IntelIommu
impl Unpin for IntelIommu
impl UnwindSafe for IntelIommu
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