pub struct LowerVtlDmaBuffer { /* private fields */ }
Expand description
A DMA buffer where permissions of the pages have been lowered to allow access to all VTLs.
Trait Implementations§
Source§impl Inspect for LowerVtlDmaBuffer
impl Inspect for LowerVtlDmaBuffer
Source§impl MappedDmaTarget for LowerVtlDmaBuffer
impl MappedDmaTarget for LowerVtlDmaBuffer
Auto Trait Implementations§
impl Freeze for LowerVtlDmaBuffer
impl !RefUnwindSafe for LowerVtlDmaBuffer
impl Send for LowerVtlDmaBuffer
impl Sync for LowerVtlDmaBuffer
impl Unpin for LowerVtlDmaBuffer
impl !UnwindSafe for LowerVtlDmaBuffer
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