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