Struct tartan_uefi::proto::SimpleTextOutput
source · #[repr(C)]pub struct SimpleTextOutput {
pub reset: unsafe extern "C" fn(this: &SimpleTextOutput, extended_verification: bool) -> Status,
pub output_string: unsafe extern "C" fn(this: &SimpleTextOutput, string: *const u16) -> Status,
pub test_string: unsafe extern "C" fn(this: &SimpleTextOutput, string: *const u16) -> Status,
pub mode: SimpleTextOutputMode,
/* private fields */
}
Fields§
§reset: unsafe extern "C" fn(this: &SimpleTextOutput, extended_verification: bool) -> Status
§output_string: unsafe extern "C" fn(this: &SimpleTextOutput, string: *const u16) -> Status
§test_string: unsafe extern "C" fn(this: &SimpleTextOutput, string: *const u16) -> Status
§mode: SimpleTextOutputMode