Struct afrim_preprocessor::Preprocessor
source · pub struct Preprocessor { /* private fields */ }Expand description
The main structure of the preprocessor.
Implementations§
source§impl Preprocessor
impl Preprocessor
sourcepub fn process(&mut self, event: KeyboardEvent) -> (bool, bool)
pub fn process(&mut self, event: KeyboardEvent) -> (bool, bool)
Process the key event.
sourcepub fn clear_stack(&mut self)
pub fn clear_stack(&mut self)
Clear the stack.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Preprocessor
impl !Send for Preprocessor
impl !Sync for Preprocessor
impl Unpin for Preprocessor
impl !UnwindSafe for Preprocessor
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