pub struct KeyboardConfig { /* private fields */ }Implementations§
Source§impl KeyboardConfig
impl KeyboardConfig
pub fn new() -> KeyboardConfig
Sourcepub fn set_text_max_length(&mut self, max_length: u8)
pub fn set_text_max_length(&mut self, max_length: u8)
Maximum is 500 characters, however we represent it as a u8 for now because more reverse engineering is needed to confirm the type.
Trait Implementations§
Source§impl Default for KeyboardConfig
impl Default for KeyboardConfig
Source§fn default() -> KeyboardConfig
fn default() -> KeyboardConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KeyboardConfig
impl RefUnwindSafe for KeyboardConfig
impl Send for KeyboardConfig
impl Sync for KeyboardConfig
impl Unpin for KeyboardConfig
impl UnsafeUnpin for KeyboardConfig
impl UnwindSafe for KeyboardConfig
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