#[repr(C)]pub struct SimpleTextInputProtocol {
pub(crate) reset: extern "efiapi" fn(_: *mut SimpleTextInputProtocol, _: bool) -> usize,
pub(crate) read_key_stroke: extern "efiapi" fn(_: *mut SimpleTextInputProtocol, _: *mut InputKey) -> usize,
}Fields§
§reset: extern "efiapi" fn(_: *mut SimpleTextInputProtocol, _: bool) -> usize§read_key_stroke: extern "efiapi" fn(_: *mut SimpleTextInputProtocol, _: *mut InputKey) -> usizeAuto Trait Implementations§
impl Freeze for SimpleTextInputProtocol
impl RefUnwindSafe for SimpleTextInputProtocol
impl Send for SimpleTextInputProtocol
impl Sync for SimpleTextInputProtocol
impl Unpin for SimpleTextInputProtocol
impl UnwindSafe for SimpleTextInputProtocol
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