#[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§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.