pub struct Mouse(/* private fields */);
Expand description
pointer of focusMousePos
Implementations§
Trait Implementations§
impl Eq for Mouse
impl StructuralPartialEq for Mouse
Auto Trait Implementations§
impl Freeze for Mouse
impl RefUnwindSafe for Mouse
impl !Send for Mouse
impl !Sync for Mouse
impl Unpin for Mouse
impl UnwindSafe for Mouse
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