Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eholk/Boot2Rust
/ mod.rs
File
mod.rs
src/uefi/mod.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use core::container::Container;
2
3
pub type EFI_HANDLE = *();
4
pub struct EFI_GUID(u32, u16, u16, [u8, ..8]);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected