#[repr(C)]
pub struct KernelAddressResponse { pub revision: u64, pub physical_base: u64, pub virtual_base: u64, }
Expand description

Response to [KernelAddressRequest]

Fields

revision: u64

The response revision number

physical_base: u64

The physical base of the kernel

virtual_base: u64

The virtual base of the kernel

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.