Struct dma_boom::MappedDmaBufRw
source · pub struct MappedDmaBufRw<'a>(pub(crate) MappedDmaBuf<&'a mut DmaBuf>);
Expand description
A read-write Dmabuf mapped in memory. The underlying data gets cache-synced on creation and destruction.
Tuple Fields§
§0: MappedDmaBuf<&'a mut DmaBuf>
Implementations§
source§impl<'a> MappedDmaBufRw<'a>
impl<'a> MappedDmaBufRw<'a>
Trait Implementations§
source§impl<'a> Debug for MappedDmaBufRw<'a>
impl<'a> Debug for MappedDmaBufRw<'a>
Auto Trait Implementations§
impl<'a> Freeze for MappedDmaBufRw<'a>
impl<'a> RefUnwindSafe for MappedDmaBufRw<'a>
impl<'a> !Send for MappedDmaBufRw<'a>
impl<'a> !Sync for MappedDmaBufRw<'a>
impl<'a> Unpin for MappedDmaBufRw<'a>
impl<'a> !UnwindSafe for MappedDmaBufRw<'a>
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