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