#[repr(C)]pub struct TouchScreenKeyboard_InternalConstructorHelperArguments {
pub keyboard_type: u32,
pub autocorrection: u32,
pub multiline: u32,
pub secure: u32,
pub alert: u32,
pub character_limit: i32,
}Expand description
Fields§
§keyboard_type: u32§autocorrection: u32§multiline: u32§secure: u32§alert: u32§character_limit: i32Trait Implementations§
Source§impl Clone for TouchScreenKeyboard_InternalConstructorHelperArguments
impl Clone for TouchScreenKeyboard_InternalConstructorHelperArguments
Source§fn clone(&self) -> TouchScreenKeyboard_InternalConstructorHelperArguments
fn clone(&self) -> TouchScreenKeyboard_InternalConstructorHelperArguments
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl IlType for TouchScreenKeyboard_InternalConstructorHelperArguments
impl IlType for TouchScreenKeyboard_InternalConstructorHelperArguments
impl Copy for TouchScreenKeyboard_InternalConstructorHelperArguments
Auto Trait Implementations§
impl Freeze for TouchScreenKeyboard_InternalConstructorHelperArguments
impl RefUnwindSafe for TouchScreenKeyboard_InternalConstructorHelperArguments
impl Send for TouchScreenKeyboard_InternalConstructorHelperArguments
impl Sync for TouchScreenKeyboard_InternalConstructorHelperArguments
impl Unpin for TouchScreenKeyboard_InternalConstructorHelperArguments
impl UnwindSafe for TouchScreenKeyboard_InternalConstructorHelperArguments
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)