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§
source§impl Deref for KERNEL_SPACE
impl Deref for KERNEL_SPACE
impl LazyStatic for KERNEL_SPACE
Auto Trait Implementations§
impl Freeze for KERNEL_SPACE
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§
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