pub enum MouseCursor {
Show 33 variants
Default,
Hand,
HandGrabbing,
Help,
Hidden,
Text,
VerticalText,
Working,
PtrWorking,
NotAllowed,
PtrNotAllowed,
ZoomIn,
ZoomOut,
Alias,
Copy,
Move,
AllScroll,
Cell,
Crosshair,
EResize,
NResize,
NeResize,
NwResize,
SResize,
SeResize,
SwResize,
WResize,
EwResize,
NsResize,
NwseResize,
NeswResize,
ColResize,
RowResize,
}Variants§
Default
Hand
HandGrabbing
Help
Hidden
Text
VerticalText
Working
PtrWorking
NotAllowed
PtrNotAllowed
ZoomIn
ZoomOut
Alias
Copy
Move
AllScroll
Cell
Crosshair
EResize
NResize
NeResize
NwResize
SResize
SeResize
SwResize
WResize
EwResize
NsResize
NwseResize
NeswResize
ColResize
RowResize
Trait Implementations§
Source§impl Clone for MouseCursor
impl Clone for MouseCursor
Source§fn clone(&self) -> MouseCursor
fn clone(&self) -> MouseCursor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MouseCursor
impl Debug for MouseCursor
Source§impl Default for MouseCursor
impl Default for MouseCursor
Source§fn default() -> MouseCursor
fn default() -> MouseCursor
Returns the “default value” for a type. Read more
Source§impl Hash for MouseCursor
impl Hash for MouseCursor
Source§impl Ord for MouseCursor
impl Ord for MouseCursor
Source§fn cmp(&self, other: &MouseCursor) -> Ordering
fn cmp(&self, other: &MouseCursor) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MouseCursor
impl PartialEq for MouseCursor
Source§fn eq(&self, other: &MouseCursor) -> bool
fn eq(&self, other: &MouseCursor) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MouseCursor
impl PartialOrd for MouseCursor
impl Copy for MouseCursor
impl Eq for MouseCursor
impl StructuralPartialEq for MouseCursor
Auto Trait Implementations§
impl Freeze for MouseCursor
impl RefUnwindSafe for MouseCursor
impl Send for MouseCursor
impl Sync for MouseCursor
impl Unpin for MouseCursor
impl UnsafeUnpin for MouseCursor
impl UnwindSafe for MouseCursor
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