pub struct FusedCursor {
pub cursor_icon: Cursor,
}
Expand description
The default cursor
Fields§
§cursor_icon: Cursor
Implementations§
Source§impl FusedCursor
impl FusedCursor
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FusedCursor
impl RefUnwindSafe for FusedCursor
impl Send for FusedCursor
impl Sync for FusedCursor
impl Unpin for FusedCursor
impl UnwindSafe for FusedCursor
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