Struct os::mm::KERNEL_SPACE
source · [−]pub struct KERNEL_SPACE {
__private_field: (),
}
Expand description
a memory set instance through lazy_static! managing kernel space
Fields
__private_field: ()
Trait Implementations
sourceimpl Deref for KERNEL_SPACE
impl Deref for KERNEL_SPACE
type Target = Arc<UPSafeCell<MemorySet>>
type Target = Arc<UPSafeCell<MemorySet>>
The resulting type after dereferencing.
sourcefn deref(&self) -> &Arc<UPSafeCell<MemorySet>>
fn deref(&self) -> &Arc<UPSafeCell<MemorySet>>
Dereferences the value.
impl LazyStatic for KERNEL_SPACE
Auto Trait Implementations
impl RefUnwindSafe for KERNEL_SPACE
impl Send for KERNEL_SPACE
impl Sync for KERNEL_SPACE
impl Unpin for KERNEL_SPACE
impl UnwindSafe for KERNEL_SPACE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more