Enum druid_shell::Cursor [−][src]
pub enum Cursor {
Arrow,
IBeam,
Pointer,
Crosshair,
OpenHand,
NotAllowed,
ResizeLeftRight,
ResizeUpDown,
Custom(CustomCursor),
}
Expand description
Mouse cursors.
Variants
The default arrow cursor.
A vertical I-beam, for indicating insertion points in text.
👎 Deprecated:
this will be removed in future because it is not available on windows
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Cursor
impl UnwindSafe for Cursor
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn round_from(x: T) -> T
pub fn round_from(x: T) -> T
Performs the conversion.
pub fn round_into(self) -> U
pub fn round_into(self) -> U
Performs the conversion.
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more