[−][src]Enum sdl2_sys::SDL_SystemCursor
\brief Cursor types for SDL_CreateSystemCursor().
Variants
SDL_SYSTEM_CURSOR_ARROW
< Arrow
SDL_SYSTEM_CURSOR_IBEAM
< I-beam
SDL_SYSTEM_CURSOR_WAIT
< Wait
SDL_SYSTEM_CURSOR_CROSSHAIR
< Crosshair
SDL_SYSTEM_CURSOR_WAITARROW
< Small wait cursor (or Wait if not available)
SDL_SYSTEM_CURSOR_SIZENWSE
< Double arrow pointing northwest and southeast
SDL_SYSTEM_CURSOR_SIZENESW
< Double arrow pointing northeast and southwest
SDL_SYSTEM_CURSOR_SIZEWE
< Double arrow pointing west and east
SDL_SYSTEM_CURSOR_SIZENS
< Double arrow pointing north and south
SDL_SYSTEM_CURSOR_SIZEALL
< Four pointed arrow pointing north, south, east, and west
SDL_SYSTEM_CURSOR_NO
< Slashed circle or crossbones
SDL_SYSTEM_CURSOR_HAND
< Hand
SDL_NUM_SYSTEM_CURSORS
Trait Implementations
impl Copy for SDL_SystemCursor
[src]
impl Debug for SDL_SystemCursor
[src]
impl PartialEq<SDL_SystemCursor> for SDL_SystemCursor
[src]
fn eq(&self, other: &SDL_SystemCursor) -> bool
[src]
#[must_use]
default fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
default fn ne(&self, other: &Rhs) -> boolThis method tests for !=
.
impl Eq for SDL_SystemCursor
[src]
impl Hash for SDL_SystemCursor
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
default fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Clone for SDL_SystemCursor
[src]
fn clone(&self) -> SDL_SystemCursor
[src]
default fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
Auto Trait Implementations
impl Send for SDL_SystemCursor
impl Sync for SDL_SystemCursor
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,