Struct limine_protocol::requests::EfiSystemTableRequest
source · [−]#[repr(C)]pub struct EfiSystemTableRequest {
pub id: [u64; 4],
pub revision: u64,
pub response: Option<NonNull<EfiSystemTableResponse>>,
}Expand description
Request the address of the EFI System Table
Fields
id: [u64; 4]The request id array
revision: u64The request revision
response: Option<NonNull<EfiSystemTableResponse>>Response pointer
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EfiSystemTableRequest
impl !Send for EfiSystemTableRequest
impl !Sync for EfiSystemTableRequest
impl Unpin for EfiSystemTableRequest
impl UnwindSafe for EfiSystemTableRequest
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