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