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