pub struct DmaMapperHandle { /* private fields */ }Expand description
Handle to a registered DMA mapper.
Removes the mapper from the region manager on drop, unmapping all active IOMMU entries.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DmaMapperHandle
impl !RefUnwindSafe for DmaMapperHandle
impl Send for DmaMapperHandle
impl Sync for DmaMapperHandle
impl Unpin for DmaMapperHandle
impl UnsafeUnpin for DmaMapperHandle
impl !UnwindSafe for DmaMapperHandle
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