pub struct DMAMem {
pub virt: NonNull<u8>,
pub phys: u64,
pub layout: Layout,
}Fields§
§virt: NonNull<u8>§phys: u64§layout: LayoutTrait Implementations§
Auto Trait Implementations§
impl Freeze for DMAMem
impl RefUnwindSafe for DMAMem
impl !Send for DMAMem
impl !Sync for DMAMem
impl Unpin for DMAMem
impl UnwindSafe for DMAMem
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