pub struct Cursor<'window> { /* private fields */ }
Expand description
This controls the cursor on the window. It can show/hide the cursor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'window> !RefUnwindSafe for Cursor<'window>
impl<'window> !Send for Cursor<'window>
impl<'window> !Sync for Cursor<'window>
impl<'window> Unpin for Cursor<'window>
impl<'window> !UnwindSafe for Cursor<'window>
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