pub struct InputDouble<'ui> { /* private fields */ }Expand description
Builder for double input widget
Implementations§
Source§impl<'ui> InputDouble<'ui>
impl<'ui> InputDouble<'ui>
Sourcepub fn flags(self, flags: InputTextFlags) -> Self
pub fn flags(self, flags: InputTextFlags) -> Self
Sets the flags for the input
Trait Implementations§
Auto Trait Implementations§
impl<'ui> Freeze for InputDouble<'ui>
impl<'ui> !RefUnwindSafe for InputDouble<'ui>
impl<'ui> !Send for InputDouble<'ui>
impl<'ui> !Sync for InputDouble<'ui>
impl<'ui> Unpin for InputDouble<'ui>
impl<'ui> !UnwindSafe for InputDouble<'ui>
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