[][src]Enum sdl2::mouse::SystemCursor

#[repr(u32)]pub enum SystemCursor {
    Arrow,
    IBeam,
    Wait,
    Crosshair,
    WaitArrow,
    SizeNWSE,
    SizeNESW,
    SizeWE,
    SizeNS,
    SizeAll,
    No,
    Hand,
}

Variants

Arrow
IBeam
Wait
Crosshair
WaitArrow
SizeNWSE
SizeNESW
SizeWE
SizeNS
SizeAll
No
Hand

Trait Implementations

impl Clone for SystemCursor[src]

impl Copy for SystemCursor[src]

impl Debug for SystemCursor[src]

impl Eq for SystemCursor[src]

impl Hash for SystemCursor[src]

impl PartialEq<SystemCursor> for SystemCursor[src]

impl StructuralEq for SystemCursor[src]

impl StructuralPartialEq for SystemCursor[src]

Auto Trait Implementations

impl RefUnwindSafe for SystemCursor

impl Send for SystemCursor

impl Sync for SystemCursor

impl Unpin for SystemCursor

impl UnwindSafe for SystemCursor

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.