Struct rich_sdl2_rust::event::text::TextInput
source · pub struct TextInput<'video> { /* private fields */ }
Expand description
A controller of inputting texts.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'video> !RefUnwindSafe for TextInput<'video>
impl<'video> !Send for TextInput<'video>
impl<'video> !Sync for TextInput<'video>
impl<'video> Unpin for TextInput<'video>
impl<'video> !UnwindSafe for TextInput<'video>
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