[][src]Enum azul_css::StyleCursor

pub enum StyleCursor {
    Alias,
    AllScroll,
    Cell,
    ColResize,
    ContextMenu,
    Copy,
    Crosshair,
    Default,
    EResize,
    EwResize,
    Grab,
    Grabbing,
    Help,
    Move,
    NResize,
    NsResize,
    NeswResize,
    NwseResize,
    Pointer,
    Progress,
    RowResize,
    SResize,
    SeResize,
    Text,
    Unset,
    VerticalText,
    WResize,
    Wait,
    ZoomIn,
    ZoomOut,
}

Variants

Alias

alias

AllScroll

all-scroll

Cell

cell

ColResize

col-resize

ContextMenu

context-menu

Copy

copy

Crosshair

crosshair

Default

default - note: called "arrow" in winit

EResize

e-resize

EwResize

ew-resize

Grab

grab

Grabbing

grabbing

Help

help

Move

move

NResize

n-resize

NsResize

ns-resize

NeswResize

nesw-resize

NwseResize

nwse-resize

Pointer

pointer - note: called "hand" in winit

Progress

progress

RowResize

row-resize

SResize

s-resize

SeResize

se-resize

Text

text

Unset

unset

VerticalText

vertical-text

WResize

w-resize

Wait

wait

ZoomIn

zoom-in

ZoomOut

zoom-out

Trait Implementations

impl Clone for StyleCursor[src]

impl Copy for StyleCursor[src]

impl Debug for StyleCursor[src]

impl Default for StyleCursor[src]

impl Eq for StyleCursor[src]

impl From<StyleCursor> for CssProperty[src]

impl Hash for StyleCursor[src]

impl Ord for StyleCursor[src]

impl PartialEq<StyleCursor> for StyleCursor[src]

impl PartialOrd<StyleCursor> for StyleCursor[src]

impl StructuralEq for StyleCursor[src]

impl StructuralPartialEq for StyleCursor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.