Enum zaplib::MouseCursor
source · [−]#[repr(u8)]
pub enum MouseCursor {
Show 24 variants
Hidden,
Default,
Crosshair,
Hand,
Arrow,
Move,
Text,
Wait,
Help,
NotAllowed,
NResize,
NeResize,
EResize,
SeResize,
SResize,
SwResize,
WResize,
NwResize,
NsResize,
NeswResize,
EwResize,
NwseResize,
ColResize,
RowResize,
}
Expand description
The type of mouse cursor to show. Enjoy the ASCII art here.
Variants
Hidden
Don’t show the cursor.
Default
*
* *
* *
* *
* *
* *
*
Crosshair
|
|
---+---
|
|
Hand
*
*
* * * *
* * * * *
* * *
* * *
* *
Arrow
*
* *
* *
* *
* *
* *
*
Move
^
|
<--+-->
|
v
Text
--+--
|
|
__|__
Wait
|******|
\****/
\**/
/**\
/****\
|******|
Help
*
* *
* *
* *
* *
* * ?
*
NotAllowed
_____
/ \ \
| \ |
\___\/
NResize
^
|
NeResize
^
/
EResize
-->
SeResize
\
v
SResize
|
v
SwResize
/
v
WResize
<--
NwResize
^
\
NsResize
^
|
v
NeswResize
^
/
v
EwResize
<--->
NwseResize
^
\
v
ColResize
||
<-||->
||
RowResize
^
|
=====
|
v
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for MouseCursor
impl Send for MouseCursor
impl Sync for MouseCursor
impl Unpin for MouseCursor
impl UnwindSafe for MouseCursor
Blanket Implementations
Mutably borrows from an owned value. Read more