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

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

Derived Implementations

impl Debug for SystemCursor

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Hash for SystemCursor

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl PartialEq for SystemCursor

fn eq(&self, __arg_0: &SystemCursor) -> bool

fn ne(&self, __arg_0: &SystemCursor) -> bool

impl Eq for SystemCursor

impl Clone for SystemCursor

fn clone(&self) -> SystemCursor

fn clone_from(&mut self, source: &Self)

impl Copy for SystemCursor