Struct limine_protocol::responses::KernelAddressResponse
source · [−]#[repr(C)]pub struct KernelAddressResponse {
pub revision: u64,
pub physical_base: u64,
pub virtual_base: u64,
}Expand description
Response to KernelAddressRequest
Fields
revision: u64The response revision number
physical_base: u64The physical base of the kernel
virtual_base: u64The virtual base of the kernel
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for KernelAddressResponse
impl Send for KernelAddressResponse
impl Sync for KernelAddressResponse
impl Unpin for KernelAddressResponse
impl UnwindSafe for KernelAddressResponse
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