pub struct DmaPin<'a> { /* private fields */ }
Expand description
A representation of some pinned memory for a region.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !DeviceSync for DmaPin<'a>
impl<'a> Freeze for DmaPin<'a>
impl<'a> !ObjSafe for DmaPin<'a>
impl<'a> RefUnwindSafe for DmaPin<'a>
impl<'a> Send for DmaPin<'a>
impl<'a> Sync for DmaPin<'a>
impl<'a> Unpin for DmaPin<'a>
impl<'a> UnwindSafe for DmaPin<'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