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
Auto Trait Implementations§
impl RefUnwindSafe for SimpleTextOutput
impl Send for SimpleTextOutput
impl Sync for SimpleTextOutput
impl Unpin for SimpleTextOutput
impl UnwindSafe for SimpleTextOutput
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