#[repr(C)]pub struct TextInput {
pub Reset: extern "efiapi" fn(&TextInput, bool) -> Status,
pub ReadKeyStroke: extern "efiapi" fn(&TextInput, &mut TextInputKey) -> Status,
pub WaitForKey: Event,
}Fields§
§Reset: extern "efiapi" fn(&TextInput, bool) -> Status§ReadKeyStroke: extern "efiapi" fn(&TextInput, &mut TextInputKey) -> Status§WaitForKey: EventAuto Trait Implementations§
impl Freeze for TextInput
impl RefUnwindSafe for TextInput
impl Send for TextInput
impl Sync for TextInput
impl Unpin for TextInput
impl UnwindSafe for TextInput
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