pub struct VirtualMemory;Expand description
virtual memory operations for kernel
Implementations§
Auto Trait Implementations§
impl Freeze for VirtualMemory
impl RefUnwindSafe for VirtualMemory
impl Send for VirtualMemory
impl Sync for VirtualMemory
impl Unpin for VirtualMemory
impl UnwindSafe for VirtualMemory
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