Enum glfw::CursorMode [−][src]
#[repr(i32)] pub enum CursorMode { Normal, Hidden, Disabled, }
Cursor modes.
Variants
Trait Implementations
impl Clone for CursorMode
[src]
impl Clone for CursorMode
[src]fn clone(&self) -> CursorMode
[src][−]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src][−]
impl Hash for CursorMode
[src]
impl Hash for CursorMode
[src]impl Ord for CursorMode
[src]
impl Ord for CursorMode
[src]impl PartialEq<CursorMode> for CursorMode
[src]
impl PartialEq<CursorMode> for CursorMode
[src]impl PartialOrd<CursorMode> for CursorMode
[src]
impl PartialOrd<CursorMode> for CursorMode
[src]fn partial_cmp(&self, other: &CursorMode) -> Option<Ordering>
[src][−]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src][−]
#[must_use]
pub fn ge(&self, other: &Rhs) -> bool