pub struct NumberFieldResponse {
pub response: Response,
pub changed: bool,
}Expand description
Response from the number field
Fields§
§response: ResponseThe underlying egui response
changed: boolWhether the value changed this frame
Auto Trait Implementations§
impl Freeze for NumberFieldResponse
impl !RefUnwindSafe for NumberFieldResponse
impl Send for NumberFieldResponse
impl Sync for NumberFieldResponse
impl Unpin for NumberFieldResponse
impl UnsafeUnpin for NumberFieldResponse
impl !UnwindSafe for NumberFieldResponse
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