Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eholk/Boot2Rust
/ write_raw
Method
write_raw
src/uefi/mod.rs:108–110 ·
view source on GitHub ↗
(&self, str: *u16)
Source
from the content-addressed store, hash-verified
106
impl SimpleTextOutput for Console {
107
#[no_split_stack]
108
unsafe fn write_raw(&self, str: *u16) {
109
((*(*self).output).OutputString)(self.output, str);
110
}
111
}
112
113
impl SimpleTextInput for Console {
Callers
1
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected