Struct limine_protocol::responses::EfiSystemTableResponse
source · [−]Expand description
Response to EfiSystemTableRequest
Fields
revision: u64The response revision number
address: Option<*const u8>Address of the EFI System Table
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EfiSystemTableResponse
impl !Send for EfiSystemTableResponse
impl !Sync for EfiSystemTableResponse
impl Unpin for EfiSystemTableResponse
impl UnwindSafe for EfiSystemTableResponse
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