pub struct RadioResponse {
pub response: Response,
pub selected: bool,
}Expand description
Response from radio button interaction
Fields§
§response: ResponseThe underlying egui response
selected: boolWhether this radio is currently selected
Auto Trait Implementations§
impl Freeze for RadioResponse
impl !RefUnwindSafe for RadioResponse
impl Send for RadioResponse
impl Sync for RadioResponse
impl Unpin for RadioResponse
impl UnsafeUnpin for RadioResponse
impl !UnwindSafe for RadioResponse
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