pub struct ButtonResponse {
pub hovering: bool,
pub clicked: bool,
}Fields§
§hovering: bool§clicked: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for ButtonResponse
impl RefUnwindSafe for ButtonResponse
impl Send for ButtonResponse
impl Sync for ButtonResponse
impl Unpin for ButtonResponse
impl UnwindSafe for ButtonResponse
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