Struct ExVirtualKeyboardShow
pub struct ExVirtualKeyboardShow<'ex> { /* private fields */ }Expand description
Default-param extender for DisplayServer::virtual_keyboard_show_ex.
Implementations§
§impl<'ex> ExVirtualKeyboardShow<'ex>
impl<'ex> ExVirtualKeyboardShow<'ex>
pub fn position(self, position: Rect2) -> ExVirtualKeyboardShow<'ex>
pub fn type_(self, type_: VirtualKeyboardType) -> ExVirtualKeyboardShow<'ex>
pub fn max_length(self, max_length: i32) -> ExVirtualKeyboardShow<'ex>
pub fn cursor_start(self, cursor_start: i32) -> ExVirtualKeyboardShow<'ex>
pub fn cursor_end(self, cursor_end: i32) -> ExVirtualKeyboardShow<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExVirtualKeyboardShow<'ex>
impl<'ex> RefUnwindSafe for ExVirtualKeyboardShow<'ex>
impl<'ex> !Send for ExVirtualKeyboardShow<'ex>
impl<'ex> !Sync for ExVirtualKeyboardShow<'ex>
impl<'ex> Unpin for ExVirtualKeyboardShow<'ex>
impl<'ex> !UnwindSafe for ExVirtualKeyboardShow<'ex>
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