Struct r_efi::system::SystemTable[][src]

#[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,
}

Fields

hdr: TableHeaderfirmware_vendor: *mut Char16firmware_revision: u32console_in_handle: Handlecon_in: *mut Protocolconsole_out_handle: Handlecon_out: *mut Protocolstandard_error_handle: Handlestd_err: *mut Protocolruntime_services: *mut RuntimeServicesboot_services: *mut BootServicesnumber_of_table_entries: usizeconfiguration_table: *mut ConfigurationTable

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

Performs the conversion.

Performs the conversion.

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.