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