#[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 Freeze for KernelAddressResponse
impl RefUnwindSafe for KernelAddressResponse
impl Send for KernelAddressResponse
impl Sync for KernelAddressResponse
impl Unpin for KernelAddressResponse
impl UnwindSafe for KernelAddressResponse
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