[−][src]Enum sdl2::mouse::SystemCursor
pub enum SystemCursor { Arrow, IBeam, Wait, Crosshair, WaitArrow, SizeNWSE, SizeNESW, SizeWE, SizeNS, SizeAll, No, Hand, }
Variants
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src][+]
T: ?Sized,
impl<T> From<T> for T[src][+]
impl<T, U> Into<U> for T where
U: From<T>, [src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src][+]
U: TryFrom<T>,