#[repr(C)]struct RawSystemTable {Show 13 fields
_header: [u8; 24],
_firmware_vendor: *const u16,
_firmware_revision: u32,
_console_in_handle: *const (),
_con_in: *const (),
_console_out_handle: *const (),
_con_out: *const (),
_stderr_handle: *const (),
_stderr: *const (),
_runtime_services: *const (),
_boot_services: *const (),
number_of_table_entries: usize,
configuration_table: *const RawConfigurationTable,
}Fields§
§_header: [u8; 24]§_firmware_vendor: *const u16§_firmware_revision: u32§_console_in_handle: *const ()§_con_in: *const ()§_console_out_handle: *const ()§_con_out: *const ()§_stderr_handle: *const ()§_stderr: *const ()§_runtime_services: *const ()§_boot_services: *const ()§number_of_table_entries: usize§configuration_table: *const RawConfigurationTableAuto Trait Implementations§
impl Freeze for RawSystemTable
impl RefUnwindSafe for RawSystemTable
impl !Send for RawSystemTable
impl !Sync for RawSystemTable
impl Unpin for RawSystemTable
impl UnwindSafe for RawSystemTable
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