Struct limine_protocol::requests::KernelAddressRequest
source · [−]#[repr(C)]pub struct KernelAddressRequest {
pub id: [u64; 4],
pub revision: u64,
pub response: Option<NonNull<KernelAddressResponse>>,
}Expand description
Request the physical and virtual address of the Kernel
Fields
id: [u64; 4]The request id array
revision: u64The request revision
response: Option<NonNull<KernelAddressResponse>>Response pointer
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KernelAddressRequest
impl !Send for KernelAddressRequest
impl !Sync for KernelAddressRequest
impl Unpin for KernelAddressRequest
impl UnwindSafe for KernelAddressRequest
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