MCPcopy 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

106impl 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
113impl SimpleTextInput for Console {

Callers 1

writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected