pub struct IOMMU { /* private fields */ }
Expand description
I/O Memory Management Unit
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IOMMU
impl RefUnwindSafe for IOMMU
impl !Sync for IOMMU
impl Unpin for IOMMU
impl UnwindSafe for IOMMU
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