Enum glfw::StandardCursor [−][src]
#[repr(i32)]
pub enum StandardCursor {
Arrow,
IBeam,
Crosshair,
Hand,
HResize,
VResize,
}Standard cursors provided by GLFW
Variants
The regular arrow cursor shape.
The text input I-beam cursor shape.
The crosshair shape.
The hand shape.
The horizontal resize arrow shape.
The vertical resize arrow shape.
Trait Implementations
impl Clone for StandardCursor[src]
impl Clone for StandardCursor[src]fn clone(&self) -> StandardCursor[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Hash for StandardCursor[src]
impl Hash for StandardCursor[src]impl Ord for StandardCursor[src]
impl Ord for StandardCursor[src]impl PartialEq<StandardCursor> for StandardCursor[src]
impl PartialEq<StandardCursor> for StandardCursor[src]impl PartialOrd<StandardCursor> for StandardCursor[src]
impl PartialOrd<StandardCursor> for StandardCursor[src]fn partial_cmp(&self, other: &StandardCursor) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool