#[repr(C)]
pub struct SystemTable {Show fields
pub hdr: TableHeader,
pub firmware_vendor: *mut Char16,
pub firmware_revision: u32,
pub console_in_handle: Handle,
pub con_in: *mut Protocol,
pub console_out_handle: Handle,
pub con_out: *mut Protocol,
pub standard_error_handle: Handle,
pub std_err: *mut Protocol,
pub runtime_services: *mut RuntimeServices,
pub boot_services: *mut BootServices,
pub number_of_table_entries: usize,
pub configuration_table: *mut ConfigurationTable,
}
console_in_handle: Handleconsole_out_handle: Handlestandard_error_handle: Handleimpl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.