#[repr(C)]pub struct EfiSystemTableResponse {
pub revision: u64,
pub address: Option<*const u8>,
}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 Freeze for EfiSystemTableResponse
impl RefUnwindSafe for EfiSystemTableResponse
impl !Send for EfiSystemTableResponse
impl !Sync for EfiSystemTableResponse
impl Unpin for EfiSystemTableResponse
impl UnwindSafe for EfiSystemTableResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more