pub struct DmaPin<'a> {
pub backing: &'a [PhysInfo],
}
Expand description
A representation of some pinned memory for a region.
Fields§
§backing: &'a [PhysInfo]
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> StoreCopy 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