pub struct PhysicalMemory { /* private fields */ }Expand description
A physical device-memory allocation. Not usable until mapped into an
AddressRange via MappedRange::new.
Implementations§
Trait Implementations§
Source§impl Clone for PhysicalMemory
impl Clone for PhysicalMemory
Auto Trait Implementations§
impl Freeze for PhysicalMemory
impl RefUnwindSafe for PhysicalMemory
impl Send for PhysicalMemory
impl Sync for PhysicalMemory
impl Unpin for PhysicalMemory
impl UnsafeUnpin for PhysicalMemory
impl UnwindSafe for PhysicalMemory
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