pub struct Interactions {
pub hover: Option<u64>,
pub pressed: HashSet<u64>,
}Fields§
§hover: Option<u64>§pressed: HashSet<u64>Trait Implementations§
Source§impl Default for Interactions
impl Default for Interactions
Source§fn default() -> Interactions
fn default() -> Interactions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Interactions
impl RefUnwindSafe for Interactions
impl Send for Interactions
impl Sync for Interactions
impl Unpin for Interactions
impl UnwindSafe for Interactions
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