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

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

Variants

Trait Implementations

impl Copy for SystemCursor
[src]

impl Clone for SystemCursor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for SystemCursor
[src]

impl PartialEq for SystemCursor
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for SystemCursor
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for SystemCursor
[src]

Formats the value using the given formatter.