#[repr(C)]
pub struct KernelFileRequest { pub id: [u64; 4], pub revision: u64, pub response: Option<NonNull<KernelFileResponse<'static>>>, }
Expand description

Request the file the Kernel was loaded from

Fields

id: [u64; 4]

The request id array

revision: u64

The request revision

response: Option<NonNull<KernelFileResponse<'static>>>

Response pointer

Implementations

Create a new instance of this request

Alias to Self::new

Wrap the item in [Request]

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.