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

Request the time on boot

Fields

id: [u64; 4]

ID Array

revision: u64

Revision numbers

response: Option<NonNull<BootTimeResponse>>

Response pointer

Implementations

The ID of the request

Return a new instance of the item with the correct ID values

Convert the request into a LimineRequest

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. 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.